build: Update Docker Compose service configurations

This commit is contained in:
Bruno Charest 2026-03-13 10:54:05 -04:00
parent f50b6193a4
commit 0a91eb9091

View File

@ -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