diff --git a/ai/compose.yml b/ai/compose.yml index 1db7831..51fe186 100644 --- a/ai/compose.yml +++ b/ai/compose.yml @@ -52,6 +52,10 @@ services: - ROCR_VISIBLE_DEVICES=0,1 - HSA_ENABLE_SDMA=0 - TZ=America/Montreal + # Hermes Workspace dashboard (port 9119) — enables multi-agent web UI + - HERMES_DASHBOARD=1 + - HERMES_DASHBOARD_HOST=0.0.0.0 + - HERMES_DASHBOARD_PORT=9119 volumes: - /mnt/HoardingCow_docker_data/Hermes/data:/opt/data # Syncthing-shared org files — read-only view of user's agenda @@ -66,6 +70,12 @@ services: - "26" networks: - ai_backend + healthcheck: + test: ["CMD-SHELL", "curl -fsS http://localhost:8642/health && curl -fsS http://localhost:9119/api/status || exit 1"] + interval: 15s + timeout: 5s + retries: 5 + start_period: 60s syncthing: image: syncthing/syncthing:latest