Compare commits
1 Commits
5dd6e9a442
...
feat/herme
| Author | SHA1 | Date | |
|---|---|---|---|
| d446d67995 |
@@ -52,6 +52,10 @@ services:
|
|||||||
- ROCR_VISIBLE_DEVICES=0,1
|
- ROCR_VISIBLE_DEVICES=0,1
|
||||||
- HSA_ENABLE_SDMA=0
|
- HSA_ENABLE_SDMA=0
|
||||||
- TZ=America/Montreal
|
- 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:
|
volumes:
|
||||||
- /mnt/HoardingCow_docker_data/Hermes/data:/opt/data
|
- /mnt/HoardingCow_docker_data/Hermes/data:/opt/data
|
||||||
# Syncthing-shared org files — read-only view of user's agenda
|
# Syncthing-shared org files — read-only view of user's agenda
|
||||||
@@ -66,6 +70,12 @@ services:
|
|||||||
- "26"
|
- "26"
|
||||||
networks:
|
networks:
|
||||||
- ai_backend
|
- 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:
|
syncthing:
|
||||||
image: syncthing/syncthing:latest
|
image: syncthing/syncthing:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user