From ccf13397d69f6a0fe458c67c173493036f0e7e66 Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Thu, 5 Jan 2023 18:36:50 +0100 Subject: [PATCH] Volumes everywhere --- authentication.docker-compose.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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: