monitoring/.deploy/deploy-prod.yaml
Egor Matveev 71d5fa2e25
All checks were successful
Deploy Dev / Build (pull_request) Successful in 59s
Deploy Dev / Push (pull_request) Successful in 37s
Deploy Dev / Deploy dev (pull_request) Successful in 15s
Deploy Prod / Build (pull_request) Successful in 58s
Deploy Prod / Push (pull_request) Successful in 39s
Deploy Prod / Deploy prod (pull_request) Successful in 15s
fix
2025-06-18 15:22:50 +03:00

25 lines
459 B
YAML

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