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