Gå direkt till textinnehållet Gå direkt till navigationen
Webbplatsen kan inte läsas in korrekt

Se till att du använder en rekommenderad webbläsare. Är så redan fallet, försök besöka oss igen om en stund.

Rekommenderade webbläsare

Deemix-docker Free Jun 2026

Docker keeps all dependencies isolated, preventing your main operating system from becoming cluttered.

version: "3.9" services: deemix: image: registry.gitlab.com/bockiii/deemix-docker:latest container_name: deemix ports: - "6595:6595" # Web UI Port volumes: - /path/to/config:/config - /path/to/downloads:/downloads environment: - PUID=1000 # User ID for permissions - PGID=1000 # Group ID for permissions - UMASK_SET=022 # File creation permissions restart: unless-stopped

docker pull [username]/deemix-docker

Create a file named docker-compose.yml and paste the following configuration, inspired by the official Bockiii repository: about.gitlab.com Bocki / deemix-docker - GitLab

Deemix-Docker is a pirate’s best friend with a software engineer’s elegance. It turns the fragile, GUI-bound desktop app into a robust, always-on, remotely accessible music harvester. Whether you’re a data hoarder, a self-hosted enthusiast, or just tired of losing access to your favorite albums when streaming rights expire — Deemix-Docker is a masterpiece of practical utility. deemix-docker

Deemix-docker is a Dockerized version of deemix, a Python script that interacts with the Deezer API to download music. By containerizing the application, deemix-docker provides a straightforward method to deploy and manage the music downloading service. Users can run the application in isolated environments, ensuring that the host system remains unaffected by dependencies or potential conflicts.

Deemix is a deezer downloader — a clever piece of Python magic that authenticates to Deezer’s (a legit music streaming service) CDN and downloads tracks directly, bypassing the usual app restrictions. With a valid ARL cookie (shh, don’t tell the record labels), Deemix can fetch music at up to 1411 kbps in FLAC, or high-quality MP3s. Docker keeps all dependencies isolated, preventing your main

Use your moral compass. But technically? It’s a marvel.