fix: Correct OPENROUTER_API_KEY variable name

This commit is contained in:
Thierry Pouplier
2026-04-29 02:43:35 +00:00
parent f9afd79f3e
commit a404f5e2c4

View File

@@ -41,7 +41,7 @@ services:
- API_SERVER_HOST=0.0.0.0
- API_SERVER_KEY=hermes_local_key
- GATEWAY_ALLOW_ALL_USERS=true
- OPENROUTER_API_KEY=${OPEN...KEY}
- OPENROUTER_API_KEY=${OPENROUTER_API_KEY}
volumes:
- /mnt/HoardingCow_docker_data/Hermes/data:/opt/data
- /mnt/HoardingCow_docker_data/Hermes/venv:/opt/hermes/.venv