feat: add Honcho memory provider with Traefik + Authelia #48

Merged
gortium merged 48 commits from feat/honcho-only into master 2026-06-15 17:08:21 +00:00
5 changed files with 247 additions and 0 deletions
Showing only changes of commit b4e1a0d87d - Show all commits

View File

@@ -18,8 +18,7 @@ WORKDIR /app
ENV UV_COMPILE_BYTECODE=1
ENV UV_LINK_MODE=copy
RUN --mount=type=cache,target=/root/.cache/uv \
uv sync --frozen --no-group dev
RUN uv sync --frozen
# --- runtime stage ---
FROM python:3.13-slim-bookworm