kv-music (sha256:c20a0db4e085660c141e7d471a6a44c11ca51273e6abe72f3f8510b5ea718118)
Published 2026-07-31 22:47:44 +07:00 by vndangkhoa
Installation
docker pull git.khoavo.myds.me/vndangkhoa/kv-music@sha256:c20a0db4e085660c141e7d471a6a44c11ca51273e6abe72f3f8510b5ea718118sha256:c20a0db4e085660c141e7d471a6a44c11ca51273e6abe72f3f8510b5ea718118About this package
A modern, self-hosted music streaming app powered by YouTube Music
Image layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1783900800' |
| WORKDIR /app |
| RUN /bin/sh -c apt-get update && apt-get install -y python3 python3-pip python3-venv ffmpeg ca-certificates curl gnupg libssl3 zlib1g && curl -fsSL https://deb.nodesource.com/setup_22.x | bash - && apt-get install -y nodejs && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c python3 -m venv /opt/venv # buildkit |
| ENV PATH=/opt/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| RUN /bin/sh -c pip install --no-cache-dir -U "yt-dlp[default]" yt-dlp-ejs # buildkit |
| COPY /app/backend-rust-bin /app/server # buildkit |
| COPY /app/frontend/dist /app/static # buildkit |
| RUN /bin/sh -c mkdir -p /tmp/kv-music-cache /tmp/kv-music-downloads && chmod 777 /tmp/kv-music-cache /tmp/kv-music-downloads # buildkit |
| RUN /bin/sh -c chmod +x /app/server # buildkit |
| ENV PORT=8080 |
| ENV RUST_LOG=info |
| ENV PYTHONUNBUFFERED=1 |
| EXPOSE [8080/tcp] |
| USER 0 |
| CMD ["sh" "-c" "echo 'Starting KV Music...' && /app/server 2>&1"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-07-31T15:46:37.966Z |
| org.opencontainers.image.description | A modern, self-hosted music streaming app powered by YouTube Music |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | a3b7c23a45e5b81e62e0e2571165bdd669d570db |
| org.opencontainers.image.source | https://github.com/vndangkhoa/kv-music |
| org.opencontainers.image.title | kv-music |
| org.opencontainers.image.url | https://github.com/vndangkhoa/kv-music |
| org.opencontainers.image.version | latest |
Details
2026-07-31 22:47:44 +07:00
Versions (14)
View all
Container
1
OCI / Docker
linux/amd64
455 MiB
sha-b8f45a2
2026-08-08
latest
2026-08-08
sha-4f846e7
2026-08-08
sha-0efb494
2026-08-08
sha-0e8e7b0
2026-08-08