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

Open
Hermes wants to merge 43 commits from feat/honcho-only into master
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