chore: commit all modified and untracked stacks

This commit is contained in:
Paccoco
2026-05-05 12:16:49 -05:00
parent 0c87184ec4
commit ee8a412a69
10 changed files with 113 additions and 54 deletions

View File

@@ -33,7 +33,7 @@ services:
volumes:
- /mnt/docker-ssd/docker/appdata/gitea:/data
healthcheck:
test: ["CMD-SHELL", "wget -qO- http://127.0.0.1:3000/ >/dev/null 2>&1 || exit 1"]
test: ["CMD-SHELL", "curl -sf http://127.0.0.1:3000/ || exit 1"]
interval: 30s
timeout: 10s
retries: 3
@@ -55,7 +55,7 @@ services:
- /mnt/tank/docker/appdata/app/rackpeek/config:/app/config
- /mnt/tank/docker/appdata/app/rackpeek/dpkeys:/home/app/.aspnet/DataProtection-Keys
healthcheck:
test: ["CMD-SHELL", "wget -qO- http://127.0.0.1:8080/ >/dev/null 2>&1 || exit 1"]
test: ["CMD-SHELL", "cat /proc/net/tcp6 | grep -q 1F90 || exit 1"]
interval: 30s
timeout: 10s
retries: 3