fix
This commit is contained in:
parent
506b71dc35
commit
6ebd7f5930
@ -27,6 +27,20 @@ services:
|
||||
parallelism: 1
|
||||
# order: start-first
|
||||
|
||||
grafana:
|
||||
image: grafana/grafana
|
||||
networks:
|
||||
- common-infra-nginx
|
||||
deploy:
|
||||
mode: replicated
|
||||
replicas: 1
|
||||
restart_policy:
|
||||
condition: any
|
||||
placement:
|
||||
constraints: [node.labels.stage == production]
|
||||
update_config:
|
||||
parallelism: 1
|
||||
|
||||
clickhouse:
|
||||
image: clickhouse
|
||||
networks:
|
||||
|
Loading…
Reference in New Issue
Block a user