Update stack.production.yml
This commit is contained in:
parent
b3996e708c
commit
a3f100333a
|
@ -13,7 +13,7 @@ services:
|
||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
## - node.labels.role == db
|
## - node.labels.role == db
|
||||||
- node.hostname == ingress.nixc.us
|
- node.hostname == macmini2
|
||||||
# - node.labels.mac-rack == true
|
# - node.labels.mac-rack == true
|
||||||
labels:
|
labels:
|
||||||
- "us.nixc.autodeploy=true"
|
- "us.nixc.autodeploy=true"
|
||||||
|
@ -58,7 +58,7 @@ services:
|
||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
## - node.labels.role == db
|
## - node.labels.role == db
|
||||||
- node.hostname == ingress.nixc.us
|
- node.hostname == macmini2
|
||||||
# - node.labels.mac-rack == true
|
# - node.labels.mac-rack == true
|
||||||
labels:
|
labels:
|
||||||
homepage.group: apps
|
homepage.group: apps
|
||||||
|
|
Loading…
Reference in New Issue