Update stack.production.yml
This commit is contained in:
parent
6a1ae36e2f
commit
a7f29d3879
|
@ -18,7 +18,9 @@ services:
|
||||||
- 1.1.1.1
|
- 1.1.1.1
|
||||||
- 9.9.9.9
|
- 9.9.9.9
|
||||||
deploy:
|
deploy:
|
||||||
mode: global
|
placement:
|
||||||
|
constraints:
|
||||||
|
- node.hostname == macmini14
|
||||||
labels:
|
labels:
|
||||||
traefik.enable: "true"
|
traefik.enable: "true"
|
||||||
traefik.http.routers.production-netdata.rule: "Host(`netdata.nixc.us`)"
|
traefik.http.routers.production-netdata.rule: "Host(`netdata.nixc.us`)"
|
||||||
|
@ -39,10 +41,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- netdata-network
|
- netdata-network
|
||||||
deploy:
|
deploy:
|
||||||
replicas: 1
|
mode: global
|
||||||
placement:
|
|
||||||
constraints:
|
|
||||||
- node.hostname == macmini7
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
traefik:
|
traefik:
|
||||||
|
|
Loading…
Reference in New Issue