master #11

Merged
emmatveev merged 11 commits from master into prod 2024-11-30 15:16:16 +03:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit ef3cee477c - Show all commits

View File

@ -8,6 +8,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"
networks: networks:
- queues-development - queues-development
deploy: deploy:

View File

@ -8,6 +8,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"
networks: networks:
- queues - queues
deploy: deploy: