add expand to two hypervisors
This commit is contained in:
parent
d8787fa9a6
commit
ed6723e1da
11 changed files with 105 additions and 43 deletions
ansible/roles/inbucket
|
@ -2,8 +2,12 @@
|
|||
version: "3.7"
|
||||
|
||||
services:
|
||||
kms-server:
|
||||
image: inbucket/inbucket
|
||||
ports:
|
||||
- 2500:2500
|
||||
- 9000:9000
|
||||
kms-server:
|
||||
image: inbucket/inbucket
|
||||
ports:
|
||||
- 2500:2500
|
||||
- 9000:9000
|
||||
deploy:
|
||||
placement:
|
||||
constraints:
|
||||
- "node.labels.public == true"
|
||||
|
|
Reference in a new issue