law-exam-bot/.deploy/deploy-dev.yaml
Egor Matveev b5536a985a
All checks were successful
Deploy Dev / Build (pull_request) Successful in 1m10s
Deploy Dev / Push (pull_request) Successful in 12s
Deploy Dev / Deploy dev (pull_request) Successful in 6s
initial
2025-03-29 00:07:55 +03:00

24 lines
425 B
YAML

version: "3.4"
services:
worker:
image: mathwave/sprint-repo:law-exam-bot
environment:
STAGE: "development"
networks:
- queues-development
- configurator
deploy:
mode: replicated
restart_policy:
condition: any
update_config:
parallelism: 1
order: start-first
networks:
queues-development:
external: true
configurator:
external: true