Files
discord-webhook-proxy/docker-compose.yml
T
taiqane de437fd914
/ build (push) Successful in 15s
/ build-docker-nightly (push) Successful in 35s
/ build-docker-release (push) Has been skipped
style: remove claude comments
2026-04-29 00:27:21 +02:00

35 lines
589 B
YAML

services:
webhook-proxy:
build: .
restart: unless-stopped
ports:
- "8080:8080"
networks:
- seerr-net
seerr:
image: seerr/seerr:latest
container_name: seerr
restart: unless-stopped
ports:
- "5055:5055"
environment:
- LOG_LEVEL=debug
- TZ=Europe/Berlin
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: