first changes to docker

This commit is contained in:
jt-chris
2026-04-10 02:25:36 +02:00
parent 1c94d0d810
commit 615cf26bdd
114 changed files with 65043 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
services:
qnap-roonserver:
#image: ghcr.io/roonlabs/roonserver:latest
build: .
container_name: qnap-roonserver
network_mode: host
environment:
- TZ=${TZ:-UTC}
stop_grace_period: 45s
restart: unless-stopped
cap_add:
- SYS_ADMIN
- DAC_READ_SEARCH
devices:
- /dev/snd:/dev/snd
- /dev/bus/usb:/dev/bus/usb
- /dev/dri:/dev/dri
group_add:
- audio
logging:
driver: local