Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split compose into two #204

Closed
sajith opened this issue Jan 22, 2024 · 0 comments · Fixed by #205
Closed

Split compose into two #204

sajith opened this issue Jan 22, 2024 · 0 comments · Fixed by #205
Assignees

Comments

@sajith
Copy link
Member

sajith commented Jan 22, 2024

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

  • MongoDB
  • SDX Controller
  • Elastic Search
  • BAPM Service

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].

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

Successfully merging a pull request may close this issue.

1 participant