mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
- add missing --- to 13 more yml files - fix comment indentation in prometheus.yml
18 lines
445 B
YAML
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
|