This commit is contained in:
Administrator 2022-10-03 16:38:55 +03:00
parent d8f8e4cd88
commit 418eee1f43
2 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@ services:
- b-jokes-net - b-jokes-net
environment: environment:
MONGO_HOST: "mongo.develop.sprinthub.ru" MONGO_HOST: "mongo.develop.sprinthub.ru"
DB_PASSWORD: $MONGO_PASSWORD_DEV MONGO_PASSWORD: $MONGO_PASSWORD_DEV
command: api command: api
deploy: deploy:
mode: replicated mode: replicated
@ -36,7 +36,7 @@ services:
image: mathwave/sprint-repo:b-jokes image: mathwave/sprint-repo:b-jokes
environment: environment:
MONGO_HOST: "mongo.develop.sprinthub.ru" MONGO_HOST: "mongo.develop.sprinthub.ru"
DB_PASSWORD: $MONGO_PASSWORD_DEV MONGO_PASSWORD: $MONGO_PASSWORD_DEV
command: poll command: poll
deploy: deploy:
mode: replicated mode: replicated

View File

@ -22,7 +22,7 @@ services:
- b-jokes-net - b-jokes-net
environment: environment:
MONGO_HOST: "mongo.sprinthub.ru" MONGO_HOST: "mongo.sprinthub.ru"
DB_PASSWORD: $MONGO_PASSWORD_PROD MONGO_PASSWORD: $MONGO_PASSWORD_PROD
command: api command: api
deploy: deploy:
mode: replicated mode: replicated
@ -36,7 +36,7 @@ services:
image: mathwave/sprint-repo:b-jokes image: mathwave/sprint-repo:b-jokes
environment: environment:
MONGO_HOST: "mongo.sprinthub.ru" MONGO_HOST: "mongo.sprinthub.ru"
DB_PASSWORD: $MONGO_PASSWORD_PROD MONGO_PASSWORD: $MONGO_PASSWORD_PROD
command: poll command: poll
deploy: deploy:
mode: replicated mode: replicated