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