Local gerbera build

This commit is contained in:
2022-11-17 23:06:02 +00:00
parent 537709c30c
commit 194a977fc9
2 changed files with 8 additions and 5 deletions

View File

@@ -1,4 +1,6 @@
FROM gerbera/gerbera:latest
FROM gerbera:vahagn
# FROM gerbera/gerbera:master
# FROM gerbera/gerbera:latest
# alpine:3.14 AS builder
RUN apk add --no-cache ffmpeg

View File

@@ -11,13 +11,14 @@ services:
expose:
- 49152
- 1900/udp
entrypoint: /sbin/tini -- /usr/local/bin/gerbera -D --port 49152 --config /var/run/gerbera/config.xml
entrypoint: /sbin/tini -- /bin/gerbera --port 49152 -D --config /var/run/gerbera/config.xml
volumes:
- /srv/gerbera/config/:/var/run/gerbera
- /srv/gerbera/music:/content/music:ro
- /srv/deluge/downloads/done/:/content/deluge:ro
# - /srv/gerbera/music:/content/music:ro
- /srv/gerbera/cached:/content/cartoon:ro
- /mnt/hdd2_2/movies:/content/video:ro
- /mnt/hdd/public/pix:/content/pix:ro
# - /mnt/hdd/public/pix:/content/pix:ro
- /home/vahagn/tmp/tmp/done:/content/new:ro
restart: always