my-runtipi/authentik/docker-compose.yml

9 lines
242 B
YAML
Raw Normal View History

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