Switch to Quadlet and add agent instructions

This commit is contained in:
2026-02-19 01:33:40 +00:00
parent c400c46e7d
commit bbb19f3c2c
6 changed files with 629 additions and 4 deletions

View File

@@ -336,7 +336,8 @@ services:
source: /code/vrun
target: /var/run
healthcheck:
test: "CMD-SHELL redis-cli -s /var/run/gia-redis.sock ping"
test:
["CMD", "redis-cli", "-s", "/var/run/gia-redis.sock", "ping"]
interval: 2s
timeout: 2s
retries: 15