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

feat: Add Docker Swarm configuration #298

Open
pveierland opened this issue Mar 27, 2024 · 1 comment
Open

feat: Add Docker Swarm configuration #298

pveierland opened this issue Mar 27, 2024 · 1 comment

Comments

@pveierland
Copy link

Hello,

The Docker Compose configuration provided in the documentation is not suitable for use with Docker Swarm due to its use of depends_on for startup sequencing, which is ignored in swarm mode. It would be great if a robust Docker Swarm configuration was provided that did not depend on this feature.

https://docs.hatchet.run/self-hosting/docker-compose
https://docs.docker.com/compose/compose-file/compose-file-v3/#depends_on

@pveierland
Copy link
Author

Leaving a note here as we had issues running the Hatchet images on macOS / ARM with docker swarm. The following solved the issue for us:

docker stack deploy --resolve-image "never" -c stack.yml stack

https://stackoverflow.com/questions/72018377/is-there-a-way-to-deploy-x86-images-on-a-apple-silicon-arm-using-docker-stack/74654737#74654737

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

No branches or pull requests

1 participant