Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 330848ceeb | |||
| 3fa0b815f3 | |||
| 40287c4e14 | |||
| c996bb837a | |||
| 8b9d1caed8 | |||
| 8629f2f468 | |||
| bebda8fa5f |
@@ -48,8 +48,30 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user