seedbox/services/lidarr.yaml

22 lines
554 B
YAML
Executable File

services:
lidarr:
image: ghcr.io/linuxserver/lidarr:develop
container_name: lidarr
restart: always
volumes:
- configlidarr:/config
- torrents:/torrents
environment:
- PGID=${PGID}
- PUID=${PUID}
- TZ=${TZ}
labels:
- "traefik.enable=true"
- "traefik.http.routers.lidarr.rule=Host(`lidarr.${TRAEFIK_DOMAIN}`)"
- "traefik.http.routers.lidarr.middlewares=common-auth@file"
volumes:
configlidarr:
driver: local-persist
driver_opts:
mountpoint: $HOST_CONFIG_PATH/lidarr