tv/yt-restream (latest)
Installation
docker pull git.shihaam.dev/sarlink/tv/yt-restream:latest
sha256:ecfff65a3f30d1e5754cee31f44315ccf26bd255ae7ca579b0e6881daf7a581f
Image Layers
# debian.sh --arch 'amd64' out/ 'bookworm' '@1747699200' |
WORKDIR /root/ |
RUN /bin/sh -c apt update && apt install -y python3-pip curl ffmpeg && pip install yt-dlp --break-system-packages # buildkit |
COPY yt-restream.sh . # buildkit |
WORKDIR /var/www/html |
CMD ["/bin/sh" "-c" "python3 -m http.server -d live/ & /root/yt-restream.sh"] |
Labels
Key | Value |
---|---|
com.docker.compose.project | prod |
com.docker.compose.service | yt-restream |
com.docker.compose.version | 2.36.2 |