monitoring/.deploy/deploy-dev.yaml
Egor Matveev 7353809a7e
All checks were successful
Deploy Dev / Build (pull_request) Successful in 56s
Deploy Dev / Push (pull_request) Successful in 35s
Deploy Dev / Deploy dev (pull_request) Successful in 11s
fix
2025-06-13 00:41:33 +03:00

22 lines
427 B
YAML

version: "3.4"
services:
monitoring:
image: mathwave/sprint-repo:monitoring
networks:
- common-infra-nginx-development
- clickhouse-development
deploy:
mode: replicated
restart_policy:
condition: any
update_config:
parallelism: 1
order: start-first
networks:
common-infra-nginx-development:
external: true
clickhouse-development:
external: true