+1
-1
caddy/Caddyfile
+1
-1
caddy/Caddyfile
+4
-4
commit.sh
+4
-4
commit.sh
···
20
20
BODY
21
21
22
22
# restart/rebuild all containers
23
-
echo "docker compose build --no-cache"
24
-
docker compose build --no-cache
23
+
echo "docker compose build"
24
+
docker compose build
25
25
echo "docker compose up -d --force-recreate"
26
26
docker compose up -d --force-recreate
27
27
28
28
# clear out dockerfiles to stop my drive exploding
29
-
echo "docker system prune -af > /dev/null"
30
-
docker system prune -af > /dev/null
29
+
echo "docker system prune -f > /dev/null"
30
+
docker system prune -f > /dev/null
31
31
32
32
echo "curl -d ready http://compuper:6500/notify"
33
33
cat <<- BODY | curl -d @- http://compuper:6500/notify