remove constraints on docker service placement
This commit is contained in:
parent
3bf589e10e
commit
cf5da3f8dd
8 changed files with 1 additions and 61 deletions
ansible/roles/inbucket
|
@ -13,9 +13,6 @@ services:
|
|||
ports:
|
||||
- 2500:2500
|
||||
deploy:
|
||||
placement:
|
||||
constraints:
|
||||
- "node.labels.public == true"
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.inbucket.entrypoints=localsecure
|
||||
|
|
Reference in a new issue