Added Pinchflat to the stack for downloading Youtube content

This commit is contained in:
2025-09-20 11:59:52 +00:00
parent 5e7d2e7486
commit 254ef750c7
2 changed files with 12 additions and 134 deletions

View File

@@ -82,6 +82,18 @@ services:
ipv4_address: 172.20.0.7
restart: unless-stopped
pinchflat:
image: ghcr.io/kieraneglin/pinchflat:latest
environment:
# Set the timezone to your local timezone
- TZ=Pacific/Auckland
ports:
- '8945:8945'
volumes:
- /docker-local/pinchflat/config:/config
- /data/downloads/:/downloads
prowlarr:
image: lscr.io/linuxserver/prowlarr:latest
container_name: prowlarr