authentik: use fork as volume
right now, it does not seem to need to compile
This commit is contained in:
parent
a10075e80e
commit
f378a945e8
|
@ -126,6 +126,8 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
- ga_postgresql
|
- ga_postgresql
|
||||||
- ga_redis
|
- ga_redis
|
||||||
|
volumes:
|
||||||
|
- ./authentik:/authentik
|
||||||
ga_worker:
|
ga_worker:
|
||||||
image: ${AUTHENTIK_AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_AUTHENTIK_TAG:-2023.10.5}
|
image: ${AUTHENTIK_AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_AUTHENTIK_TAG:-2023.10.5}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
|
@ -27,6 +27,7 @@ main() {
|
||||||
_pull 'https://gitea.pangea.org/pangea/django-orchestra' 'sso'
|
_pull 'https://gitea.pangea.org/pangea/django-orchestra' 'sso'
|
||||||
_pull 'https://gitea.pangea.org/pangea/django-musician' 'sso'
|
_pull 'https://gitea.pangea.org/pangea/django-musician' 'sso'
|
||||||
_pull 'git@gitea.pangea.org:trustchain-oc1-orchestral/IdHub.git' 'main'
|
_pull 'git@gitea.pangea.org:trustchain-oc1-orchestral/IdHub.git' 'main'
|
||||||
|
_pull 'git@gitea.pangea.org:trustchain-oc1-orchestral/authentik.git' 'sso'
|
||||||
}
|
}
|
||||||
|
|
||||||
main "${@}"
|
main "${@}"
|
||||||
|
|
Reference in New Issue