- Replace stale Streamlit Dockerfile with self-contained release build (uvicorn/FastAPI; Streamlit removed in #104) - cf-orch BSL client installed via BuildKit secret in release CI; community builds skip it gracefully and fall back to local backends - compose.yml api build now uses single-repo context (context: .) so self-hosters can build without sibling repo setup - Add image: tags to api + web services in compose.yml and compose.demo.yml so docker compose pull works for pre-built images - Enable Docker push in release.yml: api + web to GHCR on v* tags (was disabled pending BSL registry policy — cf-agents#3 resolved) - cloud image (compose.cloud.yml / Dockerfile.cfcore) unchanged: never published, built on Heimdall with sibling repos available - .dockerignore: add plain_text_resume.yaml and adzuna.yaml
23 lines
370 B
Text
23 lines
370 B
Text
.git
|
|
__pycache__
|
|
*.pyc
|
|
*.pyo
|
|
staging.db
|
|
# gitignored secrets — belt-and-suspenders with the RUN rm -f in Dockerfile
|
|
config/user.yaml
|
|
config/plain_text_resume.yaml
|
|
config/notion.yaml
|
|
config/email.yaml
|
|
config/tokens.yaml
|
|
config/craigslist.yaml
|
|
config/adzuna.yaml
|
|
.env
|
|
.streamlit.pid
|
|
.streamlit.log
|
|
aihawk/
|
|
docs/
|
|
tests/
|
|
data/
|
|
log/
|
|
unsloth_compiled_cache/
|
|
resume_matcher/
|