monitoring/.deploy/deploy-dev.yaml
Egor Matveev 58bef54fa8
All checks were successful
Deploy Dev / Build (pull_request) Successful in 56s
Deploy Dev / Push (pull_request) Successful in 37s
Deploy Dev / Deploy dev (pull_request) Successful in 9s
fix
2025-06-13 00:34:50 +03:00

18 lines
350 B
YAML

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