Compare commits
2 Commits
c996bb837a
...
40287c4e14
Author | SHA1 | Date | |
---|---|---|---|
40287c4e14 | |||
![]() |
28df4aef54 |
@ -51,6 +51,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
MONGO_HOST: "mongo.develop.sprinthub.ru"
|
MONGO_HOST: "mongo.develop.sprinthub.ru"
|
||||||
MONGO_PASSWORD: $MONGO_PASSWORD_DEV
|
MONGO_PASSWORD: $MONGO_PASSWORD_DEV
|
||||||
|
STAGE: "development"
|
||||||
command: bot
|
command: bot
|
||||||
networks:
|
networks:
|
||||||
- configurator
|
- configurator
|
||||||
|
@ -53,6 +53,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
MONGO_HOST: "mongo.sprinthub.ru"
|
MONGO_HOST: "mongo.sprinthub.ru"
|
||||||
MONGO_PASSWORD: $MONGO_PASSWORD_PROD
|
MONGO_PASSWORD: $MONGO_PASSWORD_PROD
|
||||||
|
STAGE: "production"
|
||||||
command: bot
|
command: bot
|
||||||
networks:
|
networks:
|
||||||
- configurator
|
- configurator
|
||||||
|
Loading…
Reference in New Issue
Block a user