Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 694 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 694 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

First: create app_network

docker network create --driver bridge --subnet=<subnet>/24  --gateway=<gateway_ip> app-network

Second: build and up docker-compose

docker-compose -f docker-compose.base.yml -f docker-compose.v1.yml build
docker-compose -f docker-compose.base.yml -f docker-compose.v1.yml up