Note: This document is a continuation of the main README.md file.
You need to setup the productionn / development environment files for each project.
These .env
files are secret, and should not be commited to the repository.
cat env/.env.example | tee env/.env env/.env.dev > /dev/null
Note: You need to checkout each of the sub-repos' own documentation to setup them up too.
./run.sh
-
Remove
docker-compose.override.yml
file which is used to override some configurations for development. -
Customize all environment variables in
env/
directory and replace all sensitice screts/passwords with your own. -
Spin up the containers
./run.prod.sh