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:
Croft 2022-05-23 16:16:04 +02:00
parent aa5cf9b3bc
commit 0f52eabc15
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ services:
restart: "always"
gbn-connector-db:
container_name: bridgehead-gbn-connector-db
image: "postgres:10.17"
environment:
POSTGRES_DB: "samply.connector"