authentik: use fork as volume

right now, it does not seem to need to compile
This commit is contained in:
pedro 2024-01-23 09:17:58 +01:00
parent a10075e80e
commit f378a945e8
2 changed files with 3 additions and 0 deletions

View File

@ -126,6 +126,8 @@ services:
depends_on:
- ga_postgresql
- ga_redis
volumes:
- ./authentik:/authentik
ga_worker:
image: ${AUTHENTIK_AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_AUTHENTIK_TAG:-2023.10.5}
restart: unless-stopped

View File

@ -27,6 +27,7 @@ main() {
_pull 'https://gitea.pangea.org/pangea/django-orchestra' '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/authentik.git' 'sso'
}
main "${@}"