Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 081c4c0249 | |||
| 94493d57de | |||
| e21c9b736e |
@@ -8,14 +8,18 @@ services:
|
|||||||
- no-new-privileges:true
|
- no-new-privileges:true
|
||||||
cap_drop:
|
cap_drop:
|
||||||
- ALL
|
- ALL
|
||||||
|
cap_add:
|
||||||
|
- CHOWN
|
||||||
|
- SETUID
|
||||||
|
- SETGID
|
||||||
pids_limit: 256
|
pids_limit: 256
|
||||||
environment:
|
environment:
|
||||||
TZ: ${TZ:-Europe/Berlin}
|
TZ: ${TZ:-Europe/Berlin}
|
||||||
HERMES_HOME: /opt/data
|
HERMES_HOME: /opt/data
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/user/appdata/hermes-agent/data:/opt/data
|
- /mnt/user/appdata/hermes-agent/data:/opt/data
|
||||||
- /mnt/user/appdata/hermes-agent/ssh:/root/.ssh
|
- /mnt/user/appdata/hermes-agent/ssh:/home/hermes/.ssh
|
||||||
- /mnt/user/appdata/secrets/hermes_runner_id_ed25519:/root/.ssh/id_ed25519:ro
|
- /mnt/user/appdata/secrets/hermes_runner_id_ed25519:/home/hermes/.ssh/id_ed25519:ro
|
||||||
- ./config/hermes/config.yaml:/opt/data/config.yaml:ro
|
- ./config/hermes/config.yaml:/opt/data/config.yaml:ro
|
||||||
expose:
|
expose:
|
||||||
- "8642"
|
- "8642"
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ API_SERVER_KEY=replace-with-a-long-random-secret
|
|||||||
# Hermes requires at least 64k context window.
|
# Hermes requires at least 64k context window.
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
HERMES_MODEL_PROVIDER=custom
|
HERMES_MODEL_PROVIDER=custom
|
||||||
HERMES_MODEL_NAME=your-openai-model-id
|
HERMES_MODEL_NAME=gpt-5.4
|
||||||
HERMES_MODEL_BASE_URL=https://api.openai.com/v1
|
HERMES_MODEL_BASE_URL=https://api.openai.com/v1
|
||||||
|
|
||||||
# Provider credentials
|
# Provider credentials
|
||||||
@@ -63,7 +63,7 @@ HASS_URL=http://homeassistant.local:8123
|
|||||||
# SSH terminal backend
|
# SSH terminal backend
|
||||||
# Hermes will execute terminal commands on the dedicated runner.
|
# Hermes will execute terminal commands on the dedicated runner.
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
TERMINAL_SSH_HOST=192.168.178.250
|
TERMINAL_SSH_HOST=192.168.178.143
|
||||||
TERMINAL_SSH_USER=hermes
|
TERMINAL_SSH_USER=hermes
|
||||||
TERMINAL_SSH_PORT=22
|
TERMINAL_SSH_PORT=22
|
||||||
TERMINAL_SSH_KEY=/root/.ssh/id_ed25519
|
TERMINAL_SSH_KEY=/home/hermes/.ssh/id_ed25519
|
||||||
|
|||||||
Reference in New Issue
Block a user