chore: commit all modified and untracked stacks
This commit is contained in:
@@ -63,7 +63,7 @@ services:
|
||||
- /mnt/tank/docker/appdata/dockhand:/app/data
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
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
|
||||
@@ -90,7 +90,7 @@ services:
|
||||
volumes:
|
||||
- /mnt/tank/docker/appdata/uptime-kuma:/app/data
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "wget -qO- http://127.0.0.1:3001/ >/dev/null 2>&1 || exit 1"]
|
||||
test: ["CMD-SHELL", "curl -sfL http://127.0.0.1:3001/ || exit 1"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
|
||||
Reference in New Issue
Block a user