Skip to main content

Funkwhale

version: '3.3'
services:
    funkwhale:
        container_name: funkwhale
        environment:
            - FUNKWHALE_HOSTNAME=<yourdomain.funkwhale>
            - NESTED_PROXY=0
            - PUID=998
            - PGID=100
        volumes:
            - '/srv/path/Files/Funkwhale:/data'
            - '/srv/path/Files/Funkwhale/Music:/music:ro'
        ports:
            - '9136:80'
        image: thetarkus/funkwhale
        restart: unless-stopped
docker exec -it funkwhale manage createsuperuser
docker exec -it funkwhale manage import_files 117f11a4-6f3d-4a9d-8a31-955a3789545a "/music/**/**/*.mp3" --in-place --async