Update authentik/compose.yaml

This commit is contained in:
2025-11-21 19:31:26 +01:00
parent 647d3ab16f
commit 242c361752

View File

@@ -19,7 +19,7 @@ services:
volumes: volumes:
- database:/var/lib/postgresql/data - database:/var/lib/postgresql/data
networks: networks:
- proxy - proxy
server: server:
command: server command: server
depends_on: depends_on:
@@ -42,7 +42,7 @@ services:
- ./media:/media - ./media:/media
- ./custom-templates:/templates - ./custom-templates:/templates
networks: networks:
- proxy - proxy
worker: worker:
command: worker command: worker
depends_on: depends_on:
@@ -65,7 +65,7 @@ services:
- ./certs:/certs - ./certs:/certs
- ./custom-templates:/templates - ./custom-templates:/templates
networks: networks:
- proxy - proxy
volumes: volumes:
database: database:
driver: local driver: local