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
|
- 9031:9001
|
||||||
volumes:
|
volumes:
|
||||||
- ./idhub1__pilot-pangea:/opt/idhub
|
- ./idhub1__pilot-pangea:/opt/idhub
|
||||||
|
- sharedsecret:/sharedsecret:rw
|
||||||
|
|
||||||
idhub2:
|
idhub2:
|
||||||
init: true
|
init: true
|
||||||
|
@ -98,6 +99,7 @@ services:
|
||||||
- 9032:9002
|
- 9032:9002
|
||||||
volumes:
|
volumes:
|
||||||
- ./idhub2__pilot-pangea:/opt/idhub
|
- ./idhub2__pilot-pangea:/opt/idhub
|
||||||
|
- sharedsecret:/sharedsecret:rw
|
||||||
|
|
||||||
# from https://goauthentik.io/docs/installation/docker-compose
|
# from https://goauthentik.io/docs/installation/docker-compose
|
||||||
# https://goauthentik.io/docker-compose.yml
|
# https://goauthentik.io/docker-compose.yml
|
||||||
|
@ -186,7 +188,7 @@ services:
|
||||||
- ga_redis
|
- ga_redis
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
shared:
|
sharedsecret:
|
||||||
ga_database:
|
ga_database:
|
||||||
driver: local
|
driver: local
|
||||||
ga_redis:
|
ga_redis:
|
||||||
|
|
Reference in New Issue