diff --git a/reverseproxy/authentik/compose.yml b/reverseproxy/authentik/compose.yml index 19580c7..e22c7c6 100644 --- a/reverseproxy/authentik/compose.yml +++ b/reverseproxy/authentik/compose.yml @@ -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: