Merge pull request 'config' (#11) from config into master
Reviewed-on: #11
This commit is contained in:
@@ -6,7 +6,8 @@ services:
|
||||
platform-nginx:
|
||||
image: mathwave/sprint-repo:platform
|
||||
networks:
|
||||
- common-infra-nginx
|
||||
- common-infra-nginx-development
|
||||
- configurator-development
|
||||
environment:
|
||||
DB_HOST: "pg.develop.sprinthub.ru"
|
||||
DB_PASSWORD: $DB_PASSWORD_DEV
|
||||
@@ -74,5 +75,7 @@ services:
|
||||
order: start-first
|
||||
|
||||
networks:
|
||||
common-infra-nginx:
|
||||
external: true
|
||||
common-infra-nginx-development:
|
||||
external: true
|
||||
configurator-development:
|
||||
external: true
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user