fix: update Honcho config path to HoardingCow, point fork to Hermes/honcho
Some checks failed
Build Hermes agent / build (pull_request) Has been cancelled
Build ollama (gfx906) / build (pull_request) Has been cancelled

- Update Dockerfile to clone from code.lazyworkhorse.net/Hermes/honcho.git
  (uses build arg HONCHO_REPO, can be overridden at build time)
- Add config.toml volume mount from HoardingCow persistent path
- Use named volume honcho_data instead of host bind mount
- Declare honcho_data as external volume in top-level volumes section
This commit is contained in:
2026-05-25 13:10:03 -04:00
parent 63b6cd3461
commit 6641071d8f
5 changed files with 186 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ RUN apt-get update && \
COPY --from=ghcr.io/astral-sh/uv:0.9.24 /uv /bin/uv
ARG HONCHO_REPO=https://github.com/plastic-labs/honcho
ARG HONCHO_REPO=https://code.lazyworkhorse.net/Hermes/honcho.git
ARG HONCHO_REF=main
RUN git clone --depth 1 --branch ${HONCHO_REF} ${HONCHO_REPO} /app