pilot pangea: bugfix not running idhubs in dc
missing secret sharing stuff
This commit is contained in:
parent
9a67710ec3
commit
87dcf44f0e
|
@ -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:
|
||||
|
|
Reference in New Issue