This commit is contained in:
Bart Sjerps
2026-06-01 08:22:09 +02:00
parent 21f1bf4aaf
commit 13b0fdbd24
+5 -5
View File
@@ -16,8 +16,8 @@ services:
restart: unless-stopped
shm_size: 512mb
volumes:
- ./data:/data
- ./custom-templates:/templates
- /srv/docker/authentik/data:/data
- /srv/docker/authentik/custom-templates:/templates
worker:
command: worker
env_file:
@@ -34,9 +34,9 @@ services:
user: root
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./data:/data
- ./certs:/certs
- ./custom-templates:/templates
- /srv/docker/authentik/data:/data
- /srv/docker/authentik/certs:/certs
- /srv/docker/authentik/custom-templates:/templates
volumes:
database:
driver: local