From f165ee6f30d9535732cc921b3bc98db2335384d8 Mon Sep 17 00:00:00 2001 From: emmatveev Date: Sun, 14 Sep 2025 09:45:04 +0300 Subject: [PATCH] Update .deploy/deploy-prod.yaml --- .deploy/deploy-prod.yaml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/.deploy/deploy-prod.yaml b/.deploy/deploy-prod.yaml index 7205cfc..2abc212 100644 --- a/.deploy/deploy-prod.yaml +++ b/.deploy/deploy-prod.yaml @@ -48,30 +48,8 @@ services: parallelism: 1 order: start-first - bot: - image: mathwave/sprint-repo:b-jokes - environment: - MONGO_HOST: "mongo.chocomarsh.com" - MONGO_PASSWORD: $MONGO_PASSWORD_PROD - STAGE: "production" - command: bot - networks: - - configurator - - queues - deploy: - mode: replicated - restart_policy: - condition: any - update_config: - parallelism: 1 - order: start-first - networks: b-jokes-net: driver: overlay common-infra-nginx: external: true - configurator: - external: true - queues: - external: true