monitoring/.deploy/deploy-dev.yaml
Egor Matveev 861f830816
All checks were successful
Deploy Dev / Build (pull_request) Successful in 58s
Deploy Dev / Push (pull_request) Successful in 40s
Deploy Dev / Deploy dev (pull_request) Successful in 13s
fix
2025-06-13 02:01:16 +03:00

24 lines
496 B
YAML

version: "3.4"
services:
monitoring:
image: mathwave/sprint-repo:monitoring
networks:
- common-infra-nginx-development
- clickhouse-development
environment:
CLICKHOUSE_PASSWORD: $CLICKHOUSE_PASSWORD_DEV
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