Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 719 Bytes

infra-operating-tasks.md

File metadata and controls

17 lines (12 loc) · 719 Bytes

Infra operating tasks

Initialization (aka migration-0)

The first time the stack is deployed we need to initialize some things:

  • Create databases
  • Add vhosts & permissions to rabbitmq
  • etc.

All the operations are described in /bin/setup.sh.

Client configuration

Many containers require the /configs/config.json to be mounted inside itself. This file is parsed and compiled during the container boot (container's entrypoint actually) in order to gain performance. Thus, after any change in this file, the container must be restarted (or recreated) to take the new configuration into account. This is the same behaviour as the environment variable change.