diff --git a/authentication.docker-compose.yml b/authentication.docker-compose.yml index 3a0378d..49a1366 100644 --- a/authentication.docker-compose.yml +++ b/authentication.docker-compose.yml @@ -45,8 +45,8 @@ services: - macvlan restart: unless-stopped volumes: - - ./media:/media - - ./custom-templates:/templates + - media:/media + - custom-templates:/templates worker: image: ghcr.io/goauthentik/server:2022.12.2 @@ -58,14 +58,17 @@ services: AUTHENTIK_POSTGRESQL__NAME: authentik AUTHENTIK_POSTGRESQL__PASSWORD: authentik volumes: - - ./media:/media - - ./certs:/certs - - ./custom-templates:/templates + - media:/media + - certs:/certs + - custom-templates:/templates restart: unless-stopped volumes: database: redis: + media: + certs: + custom-templates: networks: macvlan: