Compare commits

..

2 Commits

Author SHA1 Message Date
1a7b02e686 Merge pull request 'fix' (#9) from master into dev
Reviewed-on: #9
2024-12-12 22:38:47 +03:00
0228bd03fe fix
All checks were successful
Deploy Dev / Build (pull_request) Successful in 7s
Deploy Dev / Push (pull_request) Successful in 9s
Deploy Dev / Deploy dev (pull_request) Successful in 10s
Deploy Prod / Build (pull_request) Successful in 8s
Deploy Prod / Push (pull_request) Successful in 8s
Deploy Prod / Deploy prod (pull_request) Successful in 7s
2024-12-12 22:38:28 +03:00
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ services:
image: mathwave/sprint-repo:queues-grpc image: mathwave/sprint-repo:queues-grpc
networks: networks:
- queues-development - queues-development
- configurator
environment: environment:
MONGO_HOST: "mongo.develop.sprinthub.ru" MONGO_HOST: "mongo.develop.sprinthub.ru"
MONGO_PASSWORD: $MONGO_PASSWORD_DEV MONGO_PASSWORD: $MONGO_PASSWORD_DEV

View File

@ -6,6 +6,7 @@ services:
image: mathwave/sprint-repo:queues-grpc image: mathwave/sprint-repo:queues-grpc
networks: networks:
- queues - queues
- configurator
environment: environment:
MONGO_HOST: "mongo.sprinthub.ru" MONGO_HOST: "mongo.sprinthub.ru"
MONGO_PASSWORD: $MONGO_PASSWORD_PROD MONGO_PASSWORD: $MONGO_PASSWORD_PROD