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

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