Skip to content

Latest commit

Β 

History

History
34 lines (21 loc) Β· 984 Bytes

File metadata and controls

34 lines (21 loc) Β· 984 Bytes

Note: This document is a continuation of the main README.md file.

πŸ¦ΈπŸ»β€β™‚οΈ Vaultexe super repo

πŸš€ Getting Started

πŸ—οΈ Setup environments

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 the project (Dev)

./run.sh

🐳 Run the project (Prod)

  • 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