Merge pull request 'config' (#11) from config into master

Reviewed-on: #11
This commit is contained in:
2024-11-24 23:49:25 +03:00
7 changed files with 117 additions and 30 deletions

View File

@@ -7,6 +7,7 @@ services:
image: mathwave/sprint-repo:platform
networks:
- common-infra-nginx
- configurator
environment:
DB_HOST: "pg.sprinthub.ru"
DB_PASSWORD: $DB_PASSWORD_PROD
@@ -80,3 +81,5 @@ services:
networks:
common-infra-nginx:
external: true
configurator:
external: true