monitoring/.deploy/deploy-prod.yaml
Egor Matveev d55f63ae79 fix
2025-06-14 03:25:03 +03:00

21 lines
381 B
YAML

version: "3.4"
services:
monitoring:
image: mathwave/sprint-repo:monitoring
networks:
- clickhouse
environment:
CLICKHOUSE_PASSWORD: $CLICKHOUSE_PASSWORD_PROD
deploy:
mode: replicated
restart_policy:
condition: any
update_config:
parallelism: 1
order: start-first
networks:
clickhouse:
external: true