From 87dcf44f0ea745411bec0c548334b046536eaf1e Mon Sep 17 00:00:00 2001 From: pedro Date: Fri, 26 Jan 2024 04:17:35 +0100 Subject: [PATCH] pilot pangea: bugfix not running idhubs in dc missing secret sharing stuff --- docker-compose__pilot-pangea.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker-compose__pilot-pangea.yml b/docker-compose__pilot-pangea.yml index f241ac6..3820840 100644 --- a/docker-compose__pilot-pangea.yml +++ b/docker-compose__pilot-pangea.yml @@ -67,6 +67,7 @@ services: - 9031:9001 volumes: - ./idhub1__pilot-pangea:/opt/idhub + - sharedsecret:/sharedsecret:rw idhub2: init: true @@ -98,6 +99,7 @@ services: - 9032:9002 volumes: - ./idhub2__pilot-pangea:/opt/idhub + - sharedsecret:/sharedsecret:rw # from https://goauthentik.io/docs/installation/docker-compose # https://goauthentik.io/docker-compose.yml @@ -186,7 +188,7 @@ services: - ga_redis volumes: - shared: + sharedsecret: ga_database: driver: local ga_redis: