remove dlnextcloud

This commit is contained in:
Pierre Guillod 2024-08-06 22:45:20 +02:00
parent ce8beec9df
commit c79cf4cc02

View file

@ -1,17 +0,0 @@
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