hatchet icon indicating copy to clipboard operation
hatchet copied to clipboard

feat: Add Docker Swarm configuration

Open pveierland opened this issue 4 months ago • 1 comments

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 avatar Mar 27 '24 02:03 pveierland