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