Merge pull request 'master' (#8) from master into dev
Reviewed-on: https://gitea.chocomarsh.com/self/b-jokes/pulls/8
This commit is contained in:
commit
330848ceeb
@ -21,7 +21,7 @@ services:
|
||||
networks:
|
||||
- b-jokes-net
|
||||
environment:
|
||||
MONGO_HOST: "mongo.develop.sprinthub.ru"
|
||||
MONGO_HOST: "mongo.dev.chocomarsh.com"
|
||||
MONGO_PASSWORD: $MONGO_PASSWORD_DEV
|
||||
command: api
|
||||
deploy:
|
||||
@ -35,7 +35,7 @@ services:
|
||||
poll:
|
||||
image: mathwave/sprint-repo:b-jokes
|
||||
environment:
|
||||
MONGO_HOST: "mongo.develop.sprinthub.ru"
|
||||
MONGO_HOST: "mongo.dev.chocomarsh.com"
|
||||
MONGO_PASSWORD: $MONGO_PASSWORD_DEV
|
||||
command: poll
|
||||
deploy:
|
||||
@ -49,7 +49,7 @@ services:
|
||||
bot:
|
||||
image: mathwave/sprint-repo:b-jokes
|
||||
environment:
|
||||
MONGO_HOST: "mongo.develop.sprinthub.ru"
|
||||
MONGO_HOST: "mongo.dev.chocomarsh.com"
|
||||
MONGO_PASSWORD: $MONGO_PASSWORD_DEV
|
||||
STAGE: "development"
|
||||
command: bot
|
||||
|
@ -21,7 +21,7 @@ services:
|
||||
networks:
|
||||
- b-jokes-net
|
||||
environment:
|
||||
MONGO_HOST: "mongo.sprinthub.ru"
|
||||
MONGO_HOST: "mongo.chocomarsh.com"
|
||||
MONGO_PASSWORD: $MONGO_PASSWORD_PROD
|
||||
DEBUG: "false"
|
||||
command: api
|
||||
@ -36,7 +36,7 @@ services:
|
||||
poll:
|
||||
image: mathwave/sprint-repo:b-jokes
|
||||
environment:
|
||||
MONGO_HOST: "mongo.sprinthub.ru"
|
||||
MONGO_HOST: "mongo.chocomarsh.com"
|
||||
MONGO_PASSWORD: $MONGO_PASSWORD_PROD
|
||||
DEBUG: "false"
|
||||
command: poll
|
||||
@ -51,7 +51,7 @@ services:
|
||||
bot:
|
||||
image: mathwave/sprint-repo:b-jokes
|
||||
environment:
|
||||
MONGO_HOST: "mongo.sprinthub.ru"
|
||||
MONGO_HOST: "mongo.chocomarsh.com"
|
||||
MONGO_PASSWORD: $MONGO_PASSWORD_PROD
|
||||
STAGE: "production"
|
||||
command: bot
|
||||
|
Loading…
Reference in New Issue
Block a user