fix
This commit is contained in:
parent
506b71dc35
commit
6ebd7f5930
@ -27,6 +27,20 @@ services:
|
|||||||
parallelism: 1
|
parallelism: 1
|
||||||
# order: start-first
|
# 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:
|
clickhouse:
|
||||||
image: clickhouse
|
image: clickhouse
|
||||||
networks:
|
networks:
|
||||||
|
Loading…
Reference in New Issue
Block a user