From 0f52eabc152d0c97d7358049a12812844f790f7b Mon Sep 17 00:00:00 2001 From: Croft Date: Mon, 23 May 2022 16:16:04 +0200 Subject: [PATCH] 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' --- gbn/docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/gbn/docker-compose.yml b/gbn/docker-compose.yml index 9428311..a7fee4a 100644 --- a/gbn/docker-compose.yml +++ b/gbn/docker-compose.yml @@ -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"