master #116

Merged
emmatveev merged 18 commits from master into dev 2025-06-15 00:46:32 +03:00
Showing only changes of commit 6ebd7f5930 - Show all commits

View File

@ -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: