botalka/.deploy/deploy-prod.yaml
Egor Matveev 46031265e0
All checks were successful
Deploy Dev / Build (pull_request) Successful in 1m5s
Deploy Dev / Push (pull_request) Successful in 13s
Deploy Dev / Deploy dev (pull_request) Successful in 15s
fix
2025-06-15 00:09:33 +03:00

44 lines
780 B
YAML

version: "3.4"
services:
poll:
image: mathwave/sprint-repo:botalka
networks:
- configurator
- queues
environment:
STAGE: "production"
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
- monitoring
environment:
STAGE: "production"
command: mailbox
deploy:
mode: replicated
restart_policy:
condition: any
update_config:
parallelism: 1
order: start-first
networks:
configurator:
external: true
queues:
external: true
monitoring:
external: true