porkbun, homemedia
parent
f0e669eed4
commit
9832c381ad
|
@ -1,6 +1,7 @@
|
|||
FROM caddy:2.7.4-builder AS builder
|
||||
|
||||
RUN xcaddy build \
|
||||
--with github.com/caddy-dns/porkbun \
|
||||
--with github.com/caddyserver/replace-response
|
||||
|
||||
FROM caddy:2.7.4
|
||||
|
|
|
@ -12,6 +12,7 @@ up () {
|
|||
--detach \
|
||||
--name caddy \
|
||||
--restart unless-stopped \
|
||||
--label com.centurylinklabs.watchtower.enable=false \
|
||||
--privileged \
|
||||
--volume /mammoth/files:/www/seaturtle.pw_files:ro \
|
||||
--volume /mammoth/gis/bigcavemaps.com:/www/bigcavemaps.com:ro \
|
||||
|
|
|
@ -15,6 +15,7 @@ up () {
|
|||
--env NVIDIA_VISIBLE_DEVICES=all \
|
||||
--env VERSION=docker \
|
||||
--volume /mammoth/plex/config:/config:rw \
|
||||
--volume /mammoth/media/homemedia:/media/homemedia:ro \
|
||||
--volume /mammoth/media/audiobooks:/media/audiobooks:ro \
|
||||
--volume /mammoth/media/movies:/media/movies:ro \
|
||||
--volume /mammoth/media/music:/media/music:ro \
|
||||
|
|
Loading…
Reference in New Issue