Skip to content

Infratify/lab-final-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

  • Docker
  • Docker Compose

Quick Start

  1. Clone the repository:

    git clone <repository-url>
    cd lab-final-project
  2. Build and run with Docker Compose:

    docker compose up -d --build
  3. Open your browser:

    http://localhost:8080
    

Customization

Personalize Your Name

  1. Copy the example environment file:

    cp .env.example .env
  2. Edit the .env file:

    nano .env
  3. Update your name:

    USER_NAME=Your Name Here
  4. Rebuild and restart:

    docker compose up -d --build

Alternative: Set Name Directly

You can also set the name without creating a .env file:

USER_NAME="Jane Doe" docker compose up -d --build

Or modify docker-compose.yml directly:

environment:
  - USER_NAME=Jane Doe

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors