Remove deemix config

This commit is contained in:
TheThomaas 2026-01-14 16:12:17 +01:00
parent 2416c65571
commit 78031c3ced

View file

@ -1,16 +0,0 @@
services:
deemix:
image: registry.gitlab.com/bockiii/deemix-docker:latest
container_name: deemix
hostname: deemix
volumes:
# Config
- $APPDATA/deemix:/config
# Downloads
- $MUSIC_DOWNLOADS:/downloads
environment:
PUID: $PUID
PGID: $PGID
ports:
- 6595:6595
restart: unless-stopped