botalka/.deploy/deploy-prod.yaml
2024-11-27 04:04:19 +03:00

41 lines
728 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
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