compose-configs/stateless/dlnextcloud-compose.yml

18 lines
540 B
YAML
Raw Normal View History

2024-03-31 15:32:07 +02:00
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