add jellyseerr

This commit is contained in:
2025-06-14 12:21:40 -04:00
parent 8c48a262a3
commit d7b7444dc4
+16
View File
@@ -0,0 +1,16 @@
---
services:
jellyseerr:
image: fallenbagel/jellyseerr:latest
container_name: jellyseerr
environment:
- PUID=${UID}
- PGID=${GID}
- LOG_LEVEL=info
- TZ=America/Detroit
- PORT=5055
ports:
- 5055:5055
volumes:
- /config/jellyseerr:/app/config
restart: unless-stopped