monitoring/.deploy/deploy-dev.yaml
Egor Matveev 6e257edcc0
All checks were successful
Deploy Dev / Push (pull_request) Successful in 37s
Deploy Dev / Build (pull_request) Successful in 1m13s
Deploy Dev / Deploy dev (pull_request) Successful in 13s
intiail
2025-06-13 00:25:14 +03:00

18 lines
346 B
YAML

version: "3.4"
services:
queues:
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