h/3, bump watchtower

master
Paul Walko 2022-10-03 10:51:42 -04:00
parent 696056e06c
commit 76d564124b
2 changed files with 5 additions and 1 deletions

View File

@ -10,10 +10,14 @@ up () {
--detach \ --detach \
--name caddy \ --name caddy \
--restart unless-stopped \ --restart unless-stopped \
--privileged \
--volume /bigdata/k8s-config/caddy/Caddyfile:/etc/caddy/Caddyfile:ro \ --volume /bigdata/k8s-config/caddy/Caddyfile:/etc/caddy/Caddyfile:ro \
--volume /bigdata/k8s-config/caddy/data:/data:rw \ --volume /bigdata/k8s-config/caddy/data:/data:rw \
--volume /bigdata/gis/bigcavemaps.com:/www/bigcavemaps.com:ro \
--volume /bigdata/files:/www/seaturtle.pw_files:ro \
--publish 80:80 \ --publish 80:80 \
--publish 443:443 \ --publish 443:443 \
--publish 443:443/udp \
--network pew-net \ --network pew-net \
docker.io/caddy:2.6.1 docker.io/caddy:2.6.1
} }

View File

@ -8,7 +8,7 @@ up () {
--detach \ --detach \
--name watchtower \ --name watchtower \
--volume /var/run/docker.sock:/var/run/docker.sock:rw \ --volume /var/run/docker.sock:/var/run/docker.sock:rw \
ghcr.io/containrrr/watchtower:amd64-1.3.0 --interval 1800 ghcr.io/containrrr/watchtower:amd64-1.4.0 --interval 1800
} }
down () { down () {