services: prowlarr: image: lscr.io/linuxserver/prowlarr:2.3.0.5236-ls136 container_name: prowlarr environment: - PUID=1000 - PGID=1000 - TZ=America/Los_Angeles volumes: - /mnt/storage/apps/prowlarr:/config ports: - 9696:9696 restart: unless-stopped extra_hosts: - "host.docker.internal:host-gateway" healthcheck: test: ["CMD", "curl", "-f", "http://localhost:9696/ping"] interval: 30s timeout: 10s retries: 3 start_period: 30s deploy: resources: limits: memory: 512M cpus: '0.5' networks: - network networks: network: name: proxy external: true