Added Seerr

This commit is contained in:
2026-03-13 22:19:51 -07:00
parent 4e299847f9
commit fcc31444c5
3 changed files with 38 additions and 0 deletions

13
Seerr/docker-compose.yaml Normal file
View File

@@ -0,0 +1,13 @@
services:
app:
image: seerr/seerr:latest
init: true
environment:
- LOG_LEVEL=debug
- TZ=America/Los_Angeles
- PORT=5055
ports:
- 5055:5055
volumes:
- /home/{username}/config/seerr:/app/config
restart: unless-stopped