my-runtipi/authentik/docker-compose.yml

9 lines
242 B
YAML
Raw Normal View History

2024-11-25 03:55:50 +00:00
services:
authentik:
volumes:
- type: bind
source: ${ROOT_FOLDER_HOST}/user-config/${APP_ID}/media
target: /media
2025-01-16 16:01:45 +00:00
labels:
traefik.http.routers.authentik.rule: Host(`auth.${ROOT_DOMAIN}`)${APP_ROUTE_OPTIONAL:-}