Merge pull request 'fix' (#6) from master into dev
Reviewed-on: https://gitea.chocomarsh.com/self/b-jokes/pulls/6
This commit is contained in:
commit
40287c4e14
@ -51,6 +51,7 @@ services:
|
||||
environment:
|
||||
MONGO_HOST: "mongo.develop.sprinthub.ru"
|
||||
MONGO_PASSWORD: $MONGO_PASSWORD_DEV
|
||||
STAGE: "development"
|
||||
command: bot
|
||||
networks:
|
||||
- configurator
|
||||
|
@ -53,6 +53,7 @@ services:
|
||||
environment:
|
||||
MONGO_HOST: "mongo.sprinthub.ru"
|
||||
MONGO_PASSWORD: $MONGO_PASSWORD_PROD
|
||||
STAGE: "production"
|
||||
command: bot
|
||||
networks:
|
||||
- configurator
|
||||
|
Loading…
Reference in New Issue
Block a user