chore: commit all modified and untracked stacks
This commit is contained in:
@@ -42,7 +42,7 @@ services:
|
||||
count: all
|
||||
capabilities: [gpu, video, compute]
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "wget -qO- http://127.0.0.1:2283/api/server/ping >/dev/null 2>&1 || exit 1"]
|
||||
test: ["CMD-SHELL", "curl -sf http://127.0.0.1:2283/api/server/ping || exit 1"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 5
|
||||
@@ -74,7 +74,7 @@ services:
|
||||
TRANSFORMERS_CACHE: /cache
|
||||
MACHINE_LEARNING_CACHE_FOLDER: /cache
|
||||
volumes:
|
||||
- /mnt/docker-ssd/docker/appdata/immich:/cache
|
||||
- /mnt/docker-ssd/docker/appdata/immich-ml:/cache
|
||||
deploy:
|
||||
resources:
|
||||
reservations:
|
||||
@@ -83,7 +83,7 @@ services:
|
||||
count: all
|
||||
capabilities: [gpu]
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "wget -qO- http://127.0.0.1:3003/health >/dev/null 2>&1 || exit 1"]
|
||||
test: ["CMD-SHELL", "cat /proc/net/tcp6 | grep -q BBB || exit 1"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 5
|
||||
|
||||
Reference in New Issue
Block a user