Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.01 KB

File metadata and controls

21 lines (17 loc) · 1.01 KB

Docker Compose deployment

Pre-Requisites

Configuration Variables

Variables have been exposed to allow the deployment to be customized to your specific environment.

The necessary variables are configured in 2 locations, depending on where they are applied:

Deployment - Docker Compose

  • Copy the docker-compose.yaml, env_vars and postman_vars.json files to a folder
  • Modify the env_vars file to match your environment
  • Modify the postman.json file to match your environment
  • Launch the stack with docker-compose up -d
  • Logs for the stack can be watched with docker-compose logs -f
  • Logs for individual services can be watched with docker-compose logs -f {service}