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