Name for Connector DB container is needed
This needs to match with the name defined in: https://github.com/samply/share-client/blob/feature/environmentPreconfiguration/Dockerfile for POSTGRES_HOST under 'gbn'
This commit is contained in:
@ -92,6 +92,7 @@ services:
|
|||||||
restart: "always"
|
restart: "always"
|
||||||
|
|
||||||
gbn-connector-db:
|
gbn-connector-db:
|
||||||
|
container_name: bridgehead-gbn-connector-db
|
||||||
image: "postgres:10.17"
|
image: "postgres:10.17"
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_DB: "samply.connector"
|
POSTGRES_DB: "samply.connector"
|
||||||
|
Reference in New Issue
Block a user