feat: self-hosted Honcho memory provider (PostgreSQL + Redis) #51

Open
Hermes wants to merge 15 commits from feat/honcho-only-rebased into master
5 changed files with 248 additions and 0 deletions
Showing only changes of commit 930cacad78 - Show all commits

View File

@@ -28,7 +28,6 @@ RUN groupadd --system app && \
useradd --system --gid app --create-home app
COPY --from=builder /app /app
COPY --from=builder /root/.cache/uv /root/.cache/uv
WORKDIR /app
ENV PATH="/app/.venv/bin:$PATH"