remote
All checks were successful
Deploy Prod / Build (pull_request) Successful in 8s
Deploy Prod / Push (pull_request) Successful in 7s
Deploy Prod / Deploy prod (pull_request) Successful in 8s

This commit is contained in:
Egor Matveev
2024-12-28 14:26:44 +03:00
parent 104ac7377c
commit 60e13b11ec
4 changed files with 0 additions and 97 deletions

View File

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

View File

@@ -6,7 +6,6 @@ services:
image: mathwave/sprint-repo:queues
networks:
- queues
- configurator
environment:
MONGO_HOST: "mongo.sprinthub.ru"
MONGO_PASSWORD: $MONGO_PASSWORD_PROD
@@ -22,5 +21,3 @@ services:
networks:
queues:
external: true
configurator:
external: true