Kevin Bennett
Kevin Bennett
Is there any option to authenticate to the mongodb. My mongodb is running on another host and I need to be able to authenticate the connection. Thanks
Found an instance of swarm-sync running for a long time which created a lot of temp files and filled up the disk. I discovered lots of dirs like this in...
As a swarm owner, I should be able to tie my swarm-pack deployment to a specific version (or semver pattern) of a swarm-pack, so that I can avoid surprises during...
When swarm-sync itself is updated, it receives a SIGTERM and will wait until the current update cycle is complete to exit. The service is by default deployed with `stop-first` update...
When I remove a pack from the stack configuration, or a service from a pack, I would like those services to be removed from the Swarm. Since this is destructive...
Currently if a particular update or deploy fails, swarm-sync shuts down (and likely restarts when it's running as a Docker Service). Desired behaviour would be skip that particular update or...
Current swarm-sync track a single "config repo" which contains the definition of the cluster state (example: https://github.com/kevb/swarm-sync-example). Right now, all packs are defined in this repo too, so it's easy...
- End to end example (quick start) - How to use in production - Bootstrapping (initial setup) - Different configurations (docker host / socket especially) - Various stack scenarios -...