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:
10
hosts.example
Normal file
10
hosts.example
Normal 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]
|
||||
Reference in New Issue
Block a user