added and fix some of things

Signed-off-by: Kenneth Obsequio <k80308392@gmail.com>
This commit is contained in:
2026-08-03 12:03:02 +08:00
parent 6765c1faba
commit d246c09cdd
31 changed files with 724 additions and 510 deletions
-6
View File
@@ -29,17 +29,11 @@
services:
# ── Backend (Express) ───────────────────────────────────────────────────────
# MarkItDown (PDF/PPTX -> Markdown sidecar for document import) lives in the
# separate chibistar/ stack, not here — extra_hosts lets this container
# reach its host-published port via host.docker.internal. Set
# MARKITDOWN_BASE_URL=http://host.docker.internal:8000 in .env for this to work.
backend:
build: .
ports:
- "3024:3024"
env_file: .env
extra_hosts:
- "host.docker.internal:host-gateway"
depends_on:
postgres:
condition: service_healthy