Files
2024-07-19 12:38:32 +02:00

21 lines
596 B
YAML

services:
prowlarr:
extends:
file: ${TEMPLATES_PATH}
service: default
image: lscr.io/linuxserver/prowlarr:develop
container_name: prowlarr
ports:
- 2004:9696
networks:
- ip4net
volumes:
- ${MEDIA_PATH}/prowlarr/config:/config
labels:
# Watchtower
- "com.centurylinklabs.watchtower.enable=true"
# Traefik
- "traefik.enable=true"
- "traefik.http.routers.prowlarr.rule=Host(`prowlarr.${LOCAL_DOMAIN}`)"
- "traefik.http.routers.prowlarr.entrypoints=https"
- 'traefik.http.routers.prowlarr.tls=true'