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: