composte-hermes.yml aktualisiert
This commit is contained in:
parent
3c8181affd
commit
76f7f6e4db
|
|
@ -60,7 +60,7 @@ services:
|
||||||
- HERMES_UID=${HERMES_UID:-10000}
|
- HERMES_UID=${HERMES_UID:-10000}
|
||||||
- HERMES_GID=${HERMES_GID:-10000}
|
- HERMES_GID=${HERMES_GID:-10000}
|
||||||
- OPENAI_BASE_URL=http://vllm:8005/v1
|
- OPENAI_BASE_URL=http://vllm:8005/v1
|
||||||
- OPENAI_API_KEY=dummy
|
- OPENAI_API_KEY=sk-dummy-key-1234567890 # bessere Lesbarkeit für dummy-key
|
||||||
- GATEWAY_HEALTH_URL=http://localhost:8642
|
- GATEWAY_HEALTH_URL=http://localhost:8642
|
||||||
entrypoint: ["/bin/sh", "-c"]
|
entrypoint: ["/bin/sh", "-c"]
|
||||||
command:
|
command:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue