refactor: move hermes files into ai/hermes/ subdirectory

- ai/Dockerfile -> ai/hermes/Dockerfile
- ai/fix-permissions.sh -> ai/hermes/fix-permissions.sh
- ai/patch_tts_tool.py -> ai/hermes/patch_tts_tool.py
- ai/compose.yml: update hermes build context to ./hermes
- ollama stays at ai/ollama/Dockerfile
This commit is contained in:
2026-05-09 21:50:04 -04:00
parent ef58155897
commit d34a4d3647
4 changed files with 1 additions and 1 deletions

View File

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