chore: update docker-compose.yml
This commit is contained in:
+1
-3
@@ -114,9 +114,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./runtime:/app/runtime
|
- ./runtime:/app/runtime
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test:
|
test: ["CMD-SHELL", "grep -q ' /app/workspaces .* - fuse.rclone ' /proc/self/mountinfo && curl -fsS http://127.0.0.1:8000/api/v1/health >/dev/null"]
|
||||||
- CMD-SHELL
|
|
||||||
- grep -q ' /app/workspaces .* - fuse.rclone ' /proc/self/mountinfo && curl -fsS http://127.0.0.1:8000/api/v1/health >/dev/null
|
|
||||||
interval: 10s
|
interval: 10s
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 18
|
retries: 18
|
||||||
|
|||||||
Reference in New Issue
Block a user