добавлено имя для сетевого связывания

This commit is contained in:
StepanDemin 2024-10-08 09:32:13 +03:00
parent 52629d9949
commit 5e5afb5afd

View File

@ -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: