atlanticwave-sdx / sdx-controller

Central Controller for AtlanticWave SDX.
https://www.atlanticwave-sdx.net
MIT License
1 stars 3 forks source link

Split compose into two #204

Closed sajith closed 7 months ago

sajith commented 7 months ago

Since #201, docker compose up brings up many services:

Since we do not actively work on the last two at the moment, it would be useful to split Docker Compose Configuration into two, so that docker compose up will run just MongoDB and SDX Controller (which would be most of the time). We can start/stop all the services when necessary with docker compose -f compose.yml -f compose-bapm.yml [up|down].