services: whisparr: image: ghcr.io/thespad/whisparr:latest container_name: whisparr environment: - PUID=1029 - PGID=1000 - TZ=Etc/UTC volumes: - /home/fejy/docker/whisparr:/config - /mnt/LUXURIA/Private:/Private ports: - 6969:6969 restart: unless-stopped networks: - proxy labels: - "traefik.enable=true" - "traefik.http.routers.whisparr.rule=Host(`whisparr.nearfuture`)" - "traefik.http.routers.whisparr.entrypoints=web" networks: proxy: external: true