-
Edit environment variables
cp prod.env.template prod.env && vim prod.env
-
Create the required directories and files
touch prod.env traefik/acme.json && chmod 600 traefik/acme.json
-
Run docker-compose
./docker-compose-env.sh -f docker-compose.yml -f docker-compose.prod.yml up
-
Create the required directories and files
touch prod.env traefik/acme.json && chmod 600 traefik/acme.json
-
Run docker-compose
./docker-compose-env.sh up --force-recreate --build
Note: You may need to change the
DCP_ENV_HOST_IP_ADDR
value in.env
to match your own Docker configuration. -
Reach any of the defined URLs