Volumes everywhere

This commit is contained in:
Colin Hebert
2023-01-05 18:36:50 +01:00
parent 08e21618c7
commit ccf13397d6

View File

@@ -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: