Files

33 lines
594 B
YAML
Raw Permalink Normal View History

2026-04-29 00:02:58 +02:00
services:
webhook-proxy:
image: viziona.dev/taiqane/discord-webhook-proxy:nightly
2026-04-29 00:02:58 +02:00
build: .
ports:
- "127.0.0.1:8080:8080"
restart: unless-stopped
2026-04-29 00:02:58 +02:00
networks:
- seerr-net
seerr:
image: seerr/seerr:latest
container_name: seerr
restart: unless-stopped
ports:
- "5055:5055"
networks:
- seerr-net
jellyfin:
image: jellyfin/jellyfin:latest
container_name: jellyfin
restart: unless-stopped
ports:
- "8096:8096"
environment:
- TZ=Europe/Berlin
networks:
- seerr-net
networks:
seerr-net: