Update .deploy/deploy-prod.yaml
This commit is contained in:
parent
8cdf0cbd8d
commit
f165ee6f30
@ -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
|
|
||||||
|
Loading…
Reference in New Issue
Block a user