added jellyseerr

This commit is contained in:
2025-09-03 14:41:13 -07:00
parent 5927f4c98f
commit 8248093a80
3 changed files with 24 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
services:
jellyseerr:
container_name: jellyseerr
image: ${JELLYSEERR_IMAGE}
ports:
- "5055:5055"
environment:
- PUID=1000
- PGID=1000
- UMASK=002
- TZ=${TZ}
volumes:
- ${VOL_PATH}:/config