knet-array/overseerr.docker-compose.yml
karmacoma 2d5bf44e1f jellyseerr
Signed-off-by: karmacoma <karmacoma@karmacoma.dev>
2025-11-26 03:02:06 +00:00

17 lines
No EOL
476 B
YAML

services:
array-jellyseerr:
image: ghcr.io/fallenbagel/jellyseerr:latest
container_name: array-jellyseerr
environment:
- LOG_LEVEL=debug
- TZ=Europe/Berlin
- PORT=5055 #optional
volumes:
- overseerconfig:/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