Archived
debug
This commit is contained in:
+5
-2
@@ -14,9 +14,10 @@ services:
|
||||
volumes:
|
||||
- '/docker/influxdb:/var/lib/influxdb'
|
||||
deploy:
|
||||
mode: replicated
|
||||
replicas: 1
|
||||
placement:
|
||||
constraints:
|
||||
- node.labels.influxdb == true
|
||||
constraints: [node.labels.influx == true]
|
||||
grafana:
|
||||
image: grafana/grafana:latest
|
||||
container_name: graph_grafana
|
||||
@@ -30,6 +31,8 @@ services:
|
||||
volumes:
|
||||
- '/docker/grafana:/var/lib/grafana'
|
||||
deploy:
|
||||
mode: replicated
|
||||
replicas: 1
|
||||
placement:
|
||||
constraints:
|
||||
- node.labels.grafana == true
|
||||
|
||||
Reference in New Issue
Block a user