fix: paths and missing container name

This commit is contained in:
mk
2026-02-15 12:59:46 -03:00
parent 0951f21e8e
commit fae6ea1abe
3 changed files with 4 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ services:
- TZ=Etc/UTC
volumes:
- ./config:/config
- ./data:/data
ports:
- 8096:8096
- 8920:8920 #optional

View File

@@ -1,6 +1,7 @@
services:
navidrome:
image: deluan/navidrome:latest
container_name: navidrome
user: 1000:1000 # should be owner of volumes
ports:
- "4533:4533"

View File

@@ -9,7 +9,7 @@ services:
networks:
- frontend
volumes:
- "./Datarhei-restreamer/db:/restreamer/db"
- "./datarhei-restreamer/db:/restreamer/db"
environment:
- RS_USERNAME=${RS_USERNAME}
- RS_PASSWORD=${RS_PASSWORD}
@@ -29,7 +29,7 @@ services:
user: 0:0
restart: always
volumes:
- "./Owncast/:/app/"
- "./owncast/:/app/"
devices:
- /dev/dri:/dev/dri
shm_size: 256m