Update stack.production.yml
This commit is contained in:
parent
5d7fdc8aef
commit
1b2bc030d1
|
@ -13,7 +13,7 @@ services:
|
|||
replicas: 1
|
||||
placement:
|
||||
constraints:
|
||||
- node.hostname == macmini2
|
||||
- node.hostname == odoo.nixc.us
|
||||
labels:
|
||||
us.nixc.autodeploy: "true"
|
||||
traefik.enable: "false"
|
||||
|
@ -38,7 +38,7 @@ services:
|
|||
replicas: 1
|
||||
placement:
|
||||
constraints:
|
||||
- node.hostname == macmini2
|
||||
- node.hostname == odoo.nixc.us
|
||||
labels:
|
||||
traefik.enable: "true"
|
||||
traefik.docker.network: traefik-public
|
||||
|
|
Loading…
Reference in New Issue