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

Use and document stack deploy instead of docker-compose #566

Open
denkv opened this issue Mar 1, 2024 · 0 comments
Open

Use and document stack deploy instead of docker-compose #566

denkv opened this issue Mar 1, 2024 · 0 comments

Comments

@denkv
Copy link
Collaborator

denkv commented Mar 1, 2024

Currently in documentation and in Makefile there are instructions to use docker-compose. It should be changed to docker stack to run the platform as Docker Swarm services.

Advantages

  • making local/development setup to be more similar to the production setup
  • possible elimination of the requirement to have docker-compose
  • elimination of options in docker-compose.yml that are only valid for docker-compose or docker stack

Disadvantages

  • Docker services may be more complicated to deal with manually for people who never did that

Non-disadvantages

  • requirement to have Swarm: HOBBIT already requires Swarm to run experiments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant