- Rename .env.example to .env by removing the .example suffix.
- Fill in the relevant parameters in the
.env
file.
- APP_ENV: Represents the environment. Options include:
- dev: Development environment
- prod: Production environment
- uat: Testing environment
docker-compose build
docker-compose up