1
0
mirror of https://github.com/jcwimer/startup-infrastructure synced 2026-03-25 06:34:43 +00:00

Headed in a new direction using swarm

This commit is contained in:
2018-10-09 15:00:01 -04:00
parent 567f537700
commit cd5777402e
9 changed files with 212 additions and 17 deletions

10
hosts.example Normal file
View File

@@ -0,0 +1,10 @@
# Node where config files get copied to and docker swarm gets initiated
# replace localhost with the ip of your bootstrap node
[bootstrap]
localhost
# nodes that will be swarm managers (note these will not host services)
[non-bootstrap-managers]
# nodes that will be swarm workers (note these will need to have more resources than managers)
[workers]