changed file paths
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user