pilot pangea: bugfix not running idhubs in dc

missing secret sharing stuff
This commit is contained in:
pedro 2024-01-26 04:17:35 +01:00
parent 9a67710ec3
commit 87dcf44f0e
1 changed files with 3 additions and 1 deletions

View File

@ -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: