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: