pangea: authentik: fix wrong volumes
This commit is contained in:
parent
1244a2035b
commit
ee87477654
|
@ -118,6 +118,8 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ./media:/media
|
- ./media:/media
|
||||||
- ./custom-templates:/templates
|
- ./custom-templates:/templates
|
||||||
|
# use the fork
|
||||||
|
- ./authentik:/authentik
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
ports:
|
ports:
|
||||||
|
@ -126,8 +128,6 @@ 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
|
||||||
|
|
Reference in New Issue