Update authentik/compose.yaml

This commit is contained in:
2025-11-21 19:27:40 +01:00
parent 567ce16a1a
commit 647d3ab16f

View File

@@ -18,6 +18,8 @@ services:
restart: unless-stopped
volumes:
- database:/var/lib/postgresql/data
networks:
- proxy
server:
command: server
depends_on:
@@ -39,6 +41,8 @@ services:
volumes:
- ./media:/media
- ./custom-templates:/templates
networks:
- proxy
worker:
command: worker
depends_on:
@@ -60,6 +64,11 @@ services:
- ./media:/media
- ./certs:/certs
- ./custom-templates:/templates
networks:
- proxy
volumes:
database:
driver: local
networks:
proxy:
external: true