changed file paths

This commit is contained in:
2025-03-27 19:23:56 -05:00
parent 9f91a77cc0
commit 6b0d36031b

View File

@@ -22,8 +22,8 @@ services:
- reverseproxy
- authentik
volumes:
- ./authentik/media:/media
- ./authentik/custom-templates:/templates
- ./media:/media
- ./custom-templates:/templates
depends_on:
- authentik-postgres
- authentik-redis
@@ -54,9 +54,9 @@ services:
user: root
volumes:
- /run/docker.sock:/run/docker.sock
- ./authentik/media:/media
- ./authentik/certs:/certs
- ./authentik/custom-templates:/templates
- ./media:/media
- ./certs:/certs
- ./custom-templates:/templates
depends_on:
- authentik-postgres
- authentik-redis
@@ -75,7 +75,7 @@ services:
networks:
- authentik
volumes:
- ./authentik/redis:/data
- ./redis:/data
restart: unless-stopped
authentik-postgres:
@@ -95,7 +95,7 @@ services:
networks:
- authentik
volumes:
- ./authentik/postgres:/var/lib/postgresql/data
- ./postgres:/var/lib/postgresql/data
restart: unless-stopped
networks: