добавлено имя для сетевого связывания
This commit is contained in:
parent
52629d9949
commit
5e5afb5afd
@ -21,6 +21,7 @@ services:
|
|||||||
- psql
|
- psql
|
||||||
|
|
||||||
psql:
|
psql:
|
||||||
|
container_name: psql-${BRANCH}
|
||||||
image: postgres:latest
|
image: postgres:latest
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: "admin"
|
POSTGRES_USER: "admin"
|
||||||
@ -64,7 +65,7 @@ configs:
|
|||||||
common-datasource-name: psql
|
common-datasource-name: psql
|
||||||
jdbc:
|
jdbc:
|
||||||
psql:
|
psql:
|
||||||
url: jdbc:postgresql://psql:5432/expertisa-metadata
|
url: jdbc:postgresql://psql-${BRANCH}:5432/expertisa-metadata
|
||||||
username: admin
|
username: admin
|
||||||
password: admin
|
password: admin
|
||||||
EWH:
|
EWH:
|
||||||
|
Loading…
Reference in New Issue
Block a user