jellyfin & jellyseer

This commit is contained in:
jonas@geiger-natur.de
2026-01-03 16:45:13 +01:00
parent f94e4a3dc8
commit 8e287f4028
4 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
services:
jellyseerr:
image: ghcr.io/fallenbagel/jellyseerr:latest
init: true
container_name: jellyseerr
environment:
- TZ=Europe/Berlin
volumes:
- /path/to/appdata/config:/app/config
healthcheck:
test: wget --no-verbose --tries=1 --spider http://localhost:5055/api/v1/status || exit 1
start_period: 20s
timeout: 3s
interval: 15s
retries: 3
restart: unless-stopped