Compare commits

..

1 Commits

Author SHA1 Message Date
Thierry Pouplier
f77b514e08 fix: Add TZ=America/Montreal to hermes container for correct cron scheduling 2026-04-29 11:32:05 +00:00

View File

@@ -26,9 +26,7 @@ services:
- "traefik.http.routers.webui-https.tls.certresolver=njalla"
hermes:
build:
context: ./hermes
dockerfile: Dockerfile
image: nousresearch/hermes-agent:latest
container_name: hermes
restart: always
# Gateway run enables the internal API server on port 8642
@@ -41,12 +39,7 @@ services:
- API_SERVER_KEY=hermes_local_key
- GATEWAY_ALLOW_ALL_USERS=true
- OPENROUTER_API_KEY=${OPENROUTER_API_KEY}
# ROCm for GPU-accelerated faster-whisper STT
- HSA_OVERRIDE_GFX_VERSION=9.0.6
- HCC_AMDGPU_TARGET=gfx906
- HIP_VISIBLE_DEVICES=0,1
- ROCR_VISIBLE_DEVICES=0,1
- HSA_ENABLE_SDMA=0
- TZ=America/Montreal
volumes:
- /mnt/HoardingCow_docker_data/Hermes/data:/opt/data
devices: