cybercongress / cyber-markets

🍄 Toolchain for trades/orders parsing and processing
MIT License
46 stars 10 forks source link

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

Closed abitrolly closed 6 years ago

abitrolly commented 6 years ago

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:

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

abitrolly commented 6 years ago

Oops. Wrong repo. See https://github.com/cyberFund/cyber-ui/issues/28