Loading ...
Resources for Sound Business Decisions.™

Deemix Docker: !!better!!

version: "3.8" services: deemix: image: registry.gitlab.com/bockiii/deemix-docker container_name: deemix ports: - 6595:6595 volumes: - ./config:/config - ./downloads:/downloads environment: - PUID=1000 - PGID=1000 - UMASK_SET=022 restart: unless-stopped

| Variable | Description | Default | |----------|-------------|---------| | PUID | User ID for file permissions | 1000 | | PGID | Group ID | 1000 | | UMASK | File permission mask | 022 | | DEEMIX_AUTO_LOGIN | Auto-login with saved ARL | false | | DEEMIX_UI_LANG | Web UI language (en, fr, de) | en | | DEEMIX_CHECK_UPDATES | Check for Deemix updates | true | deemix docker

/deemix ├── config/ # Settings, ARL, database │ ├── config.json │ └── deemix.db └── downloads/ # Your music files ├── Artist/ │ └── Album/ └── Playlists/ version: "3

docker exec -it deemix /bin/sh

If you’ve been looking for a way to organize and download your music library privately, you’ve likely heard of . It is one of the most popular desktop applications for downloading music from Deezer. However, running it constantly on your desktop isn't always efficient—especially if you want downloads to happen in the background on a server. deemix docker

Run: