services: dlnextcloud: container_name: dlnextcloud network_mode: "host" build: https://forge.slowte.ch/selfhosted/dlnextcloud.git image: dlnextcloud restart: unless-stopped environment: - NC_PASSWORD=${NC_PASSWORD} - NC_MUSIC_DIR_URL=https://cloud.slowte.ch/remote.php/dav/files/mediaserver/audio - NC_RADIO_DIR_URL=https://cloud.slowte.ch/remote.php/dav/files/mediaserver/radio - NC_USERNAME=mediaserver - GERBERA_IP=192.168.0.107 - GERBERA_PORT=49152 privileged: true