Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 421 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 421 Bytes

Continually updated

Usage Instructions

  1. Rename .env.example to .env by removing the .example suffix.
  2. Fill in the relevant parameters in the .env file.

Parameter Description

  • APP_ENV: Represents the environment. Options include:
    • dev: Development environment
    • prod: Production environment
    • uat: Testing environment

USAGE

docker-compose build
docker-compose up