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:
parent
aa5cf9b3bc
commit
0f52eabc15
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue