docker files for calibre and gerbera.

This commit is contained in:
2020-02-29 23:41:18 +00:00
parent 9eebd30038
commit 6833f5b5c9
2 changed files with 23 additions and 0 deletions

8
bin/docker-calibre.sh Executable file
View File

@@ -0,0 +1,8 @@
sudo docker create \
--name=calibre --restart=always \
-v /srv/calibre/books:/books \
-v /srv/calibre/config:/calibre-web/config \
-v /etc/localtime:/etc/localtime:ro \
-e PGID=33 -e PUID=33 -p 8095:8083 \
technosoft2000/calibre-web

15
bin/docker-gerbera.sh Executable file
View File

@@ -0,0 +1,15 @@
docker run \
-d \
--net=host \
--name gerbera \
--hostname gerbera \
--restart always \
--volume /srv/gerbera/config:/root/.config \
--volume /srv/gerbera/books:/books \
--volume /srv/gerbera/music:/music \
--volume /srv/gerbera/video:/video \
--volume /mnt/hdd/download/movies:/hdd_video2 \
--volume /mnt/hdd2/public/movies:/hdd_video \
--volume /mnt/hdd/public/music:/hdd_music \
gerbera/gerbera