pez-infra/ansible/services/jellyseerr/docker-compose.yml
Rasmus Wejlgaard dc198eea81 fix more yaml document-start and comment indentation
- add missing --- to 13 more yml files
- fix comment indentation in prometheus.yml
2026-03-28 13:15:46 +00:00

18 lines
445 B
YAML

---
# Jellyseerr - Media request management
# Host: london-b (100.84.65.101)
# Data: /var/share/jellyseer
# Access: https://requests.pez.sh (via Caddy reverse proxy on helsinki-a)
services:
jellyseerr:
image: fallenbagel/jellyseerr:latest
container_name: jellyseer
restart: always
ports:
- "5056:5055"
environment:
LOG_LEVEL: debug
TZ: Europe/London
volumes:
- /var/share/jellyseer:/app/config