From c79cf4cc02af2ebe764b25e10a2b31dcef148f2d Mon Sep 17 00:00:00 2001 From: Pierre Guillod Date: Tue, 6 Aug 2024 22:45:20 +0200 Subject: [PATCH] remove dlnextcloud --- stateless/dlnextcloud-compose.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 stateless/dlnextcloud-compose.yml diff --git a/stateless/dlnextcloud-compose.yml b/stateless/dlnextcloud-compose.yml deleted file mode 100644 index a5bbf3b..0000000 --- a/stateless/dlnextcloud-compose.yml +++ /dev/null @@ -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