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