Skip to content
This repository has been archived by the owner on Dec 26, 2018. It is now read-only.

staging: Update backend containers from their docker-compose.yml files #28

Closed
abitrolly opened this issue Dec 6, 2017 · 0 comments
Closed
Assignees

Comments

@abitrolly
Copy link

There are no single container for each backend component that we need to reach from frontend API, and maintaining list of container dependencies for every backend component in multiple places is too much of a hassle.

We've already got up.sh script, so let's make it handle dependencies and leave in docker-compose.yml only containers for cyber-ui itself.

Conventions needed for staging server setup:

  • repos for all components are cloned into $HOME on staging
  • component compose file is located in /devops/staging/docker-compose.yml

up.sh then pulls all repos and runs docker-compose.yml up for every component.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants