Initial docker compose commit

This commit is contained in:
2026-02-15 14:16:44 -08:00
commit e3508e13c3
8 changed files with 171 additions and 0 deletions

15
prowlarr/compose.yml Normal file
View File

@@ -0,0 +1,15 @@
services:
prowlarr:
image: lscr.io/linuxserver/prowlarr:latest
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"