feat: update Hermes Dockerfile to build from forked source

- Switch Dockerfile to clone from gortium/hermes-agent (Gitea fork)
- Add SSH agent forwarding for private repo clone at build time
- Set CHROME_EXECUTABLE for Playwright Chromium
- Remove patch_tts_tool.py (Piper patch now in fork source)
- Enable Gitea Actions in versioncontrol compose
This commit is contained in:
2026-05-10 17:55:17 -04:00
parent 6b82a26c25
commit 46241d10c5
3 changed files with 56 additions and 48 deletions

View File

@@ -26,7 +26,10 @@ services:
# - "traefik.http.routers.webui-https.tls.certresolver=njalla"
hermes:
build: ./hermes
build:
context: ./hermes
ssh:
- default
container_name: hermes
restart: always
# Gateway run enables the internal API server on port 8642