fix
All checks were successful
Deploy Dev / Build (pull_request) Successful in 7s
Deploy Dev / Push (pull_request) Successful in 13s
Deploy Dev / Deploy dev (pull_request) Successful in 18s

This commit is contained in:
Egor Matveev 2025-07-08 01:30:10 +04:00
parent c15e950e02
commit 28df4aef54
2 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,7 @@ services:
environment:
MONGO_HOST: "mongo.develop.sprinthub.ru"
MONGO_PASSWORD: $MONGO_PASSWORD_DEV
STAGE: "development"
command: bot
networks:
- configurator

View File

@ -53,6 +53,7 @@ services:
environment:
MONGO_HOST: "mongo.sprinthub.ru"
MONGO_PASSWORD: $MONGO_PASSWORD_PROD
STAGE: "production"
command: bot
networks:
- configurator