Octopus-Docker
Octopus-Docker copied to clipboard
Example for running in swarm
I've been tinkering around getting a complete stack deployed to docker swarm.
I got it working with a bit of trial and error. The main problem was the bootstrapping issues that I already posted regarding the tentacle expecting an initial deployment environment.
Anyway, for your reference here's the stack file: https://github.com/christianacca/dockerfiles/blob/master/samples/octopus-deploy/docker-compose-swarm.yml
The steps you would need to take to ensure things get persisted are listed in the corresponding readme