mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 00:16:49 +00:00
Refactor file paths in authentik.yml for media, certs, and custom templates
This commit is contained in:
+5
-5
@@ -41,8 +41,8 @@ services:
|
|||||||
AUTHENTIK_POSTGRESQL__NAME: ${PG_DB:-authentik}
|
AUTHENTIK_POSTGRESQL__NAME: ${PG_DB:-authentik}
|
||||||
AUTHENTIK_POSTGRESQL__PASSWORD: ${POSTGRES_PASSWORD}
|
AUTHENTIK_POSTGRESQL__PASSWORD: ${POSTGRES_PASSWORD}
|
||||||
volumes:
|
volumes:
|
||||||
- ./media:/media
|
- /var/data/authentik/media:/media
|
||||||
- ./custom-templates:/templates
|
- /var/data/authentik/custom-templates:/templates
|
||||||
# env_file:
|
# env_file:
|
||||||
# - .env
|
# - .env
|
||||||
expose:
|
expose:
|
||||||
@@ -83,9 +83,9 @@ services:
|
|||||||
user: root
|
user: root
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- ./media:/media
|
- /var/data/authentik/media:/media
|
||||||
- ./certs:/certs
|
- /var/data/authentik/certs:/certs
|
||||||
- ./custom-templates:/templates
|
- /var/data/authentik/custom-templates:/templates
|
||||||
# env_file:
|
# env_file:
|
||||||
# - .env
|
# - .env
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user