feat(agent): complete task4-6 tool result persistence flow
This commit is contained in:
@@ -201,7 +201,7 @@ services:
|
||||
image: supabase/storage-api:v1.33.0
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./volumes/storage:/var/lib/storage:z
|
||||
- storage_data:/var/lib/storage
|
||||
healthcheck:
|
||||
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://storage:5000/status"]
|
||||
timeout: 5s
|
||||
@@ -443,3 +443,4 @@ services:
|
||||
volumes:
|
||||
redis_data:
|
||||
db-config:
|
||||
storage_data:
|
||||
|
||||
Reference in New Issue
Block a user