botalka/.deploy/deploy-dev.yaml
Egor Matveev a707a8b93e
All checks were successful
Deploy Dev / Build (pull_request) Successful in 7s
Deploy Dev / Push (pull_request) Successful in 10s
Deploy Dev / Deploy dev (pull_request) Successful in 18s
fix
2025-06-15 16:49:40 +03:00

43 lines
799 B
YAML

version: "3.4"
services:
poll:
image: mathwave/sprint-repo:botalka
networks:
- configurator
- queues-development
environment:
STAGE: "development"
command: poll
deploy:
mode: replicated
restart_policy:
condition: any
update_config:
parallelism: 1
order: start-first
mailbox:
image: mathwave/sprint-repo:botalka
networks:
- configurator
- queues-development
environment:
STAGE: "development"
command: mailbox
deploy:
mode: replicated
restart_policy:
condition: any
update_config:
parallelism: 1
order: start-first
networks:
configurator:
external: true
queues-development:
external: true
monitoring:
external: true