monitoring/.deploy/deploy-prod.yaml
Egor Matveev fad93012a1
All checks were successful
Deploy Prod / Build (pull_request) Successful in 58s
Deploy Prod / Push (pull_request) Successful in 37s
Deploy Prod / Deploy prod (pull_request) Successful in 10s
fix
2025-06-14 03:39:20 +03:00

24 lines
433 B
YAML

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