3 Commits
dev ... prod

Author SHA1 Message Date
2f3d785aec Merge pull request 'master' (#9) from master into prod
Reviewed-on: #9
2025-09-14 09:45:16 +03:00
f165ee6f30 Update .deploy/deploy-prod.yaml
All checks were successful
Deploy Prod / Build (pull_request) Successful in 5s
Deploy Prod / Push (pull_request) Successful in 9s
Deploy Prod / Deploy prod (pull_request) Successful in 13s
2025-09-14 09:45:04 +03:00
2a1c13e351 Merge pull request 'Update .deploy/deploy-prod.yaml' (#1) from master into prod
Reviewed-on: #1
2024-12-02 15:23:50 +03:00

View File

@@ -48,30 +48,8 @@ services:
parallelism: 1 parallelism: 1
order: start-first 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: networks:
b-jokes-net: b-jokes-net:
driver: overlay driver: overlay
common-infra-nginx: common-infra-nginx:
external: true external: true
configurator:
external: true
queues:
external: true