composte-hermes.yml aktualisiert
This commit is contained in:
parent
6dae3f11e7
commit
83ed830daa
|
|
@ -36,12 +36,6 @@ services:
|
||||||
- --enable-auto-tool-choice
|
- --enable-auto-tool-choice
|
||||||
- --tool-call-parser=hermes
|
- --tool-call-parser=hermes
|
||||||
- --reasoning-parser=deepseek_r1
|
- --reasoning-parser=deepseek_r1
|
||||||
healthcheck:
|
|
||||||
test: ["CMD", "curl", "-f", "http://localhost:8000/health"]
|
|
||||||
interval: 30s
|
|
||||||
timeout: 10s
|
|
||||||
retries: 5
|
|
||||||
start_period: 180s
|
|
||||||
networks:
|
networks:
|
||||||
- cortex-net
|
- cortex-net
|
||||||
|
|
||||||
|
|
@ -73,12 +67,6 @@ services:
|
||||||
hermes-agent dashboard --host 0.0.0.0 --no-open &
|
hermes-agent dashboard --host 0.0.0.0 --no-open &
|
||||||
DASHBOARD_PID=$!
|
DASHBOARD_PID=$!
|
||||||
wait -n $GATEWAY_PID $DASHBOARD_PID
|
wait -n $GATEWAY_PID $DASHBOARD_PID
|
||||||
healthcheck:
|
|
||||||
test: ["CMD", "curl", "-f", "http://localhost:8642"]
|
|
||||||
interval: 30s
|
|
||||||
timeout: 10s
|
|
||||||
retries: 5
|
|
||||||
start_period: 60s
|
|
||||||
networks:
|
networks:
|
||||||
- cortex-net
|
- cortex-net
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue