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 monitoring: external: true