build: Update Docker Compose service configurations
This commit is contained in:
parent
f50b6193a4
commit
0a91eb9091
@ -24,7 +24,7 @@ services:
|
|||||||
- backend/.env
|
- backend/.env
|
||||||
volumes:
|
volumes:
|
||||||
- foxy-data:/app/data
|
- foxy-data:/app/data
|
||||||
- "${OPENCLAW_WORKSPACE}:${FOXY_WORKSPACE}"
|
- "${OPENCLAW_WORKSPACE:-/home/openclaw/.openclaw/workspace}:${FOXY_WORKSPACE:-/home/foxy/.openclaw/workspace}"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost:7000/api/health"]
|
test: ["CMD", "curl", "-f", "http://localhost:7000/api/health"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user