Commit Graph

18 Commits

Author SHA1 Message Date
cesnimda e1e508988a fix(deploy): make bundled Ollama opt-in to avoid duplicate container
CI and Deploy / test (pull_request) Successful in 2m4s
CI and Deploy / deploy (pull_request) Has been skipped
The compose file shipped its own ollama service, so 'docker compose pull'
during deploy re-downloaded the Ollama image and a deploy that starts the
AI stack would spin up a second Ollama alongside an existing/shared one.

- ollama service moved behind a 'bundled-ollama' compose profile, so it is
  excluded from the default pull/up (no duplicate, no re-download)
- ai-service no longer depends_on ollama and is documented to point at a
  shared instance via OLLAMA_BASE_URL (e.g. http://<host>:11435)
- deploy.sh no longer names ollama in 'compose up'

To run a self-contained Ollama: docker compose --profile bundled-ollama up

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-03 14:52:42 +02:00
cesnimda 6fb7b57b09 Stop rebuilding AI service on every deploy 2026-04-09 19:51:32 +02:00
cesnimda a22ce08913 Do not block deploy on AI service health 2026-04-02 14:52:44 +02:00
cesnimda 5cd34f17bb Complete Gmail correspondence workflow 2026-04-02 12:29:24 +02:00
cesnimda 44000f96f2 Improve CV parsing and profile editor flow 2026-03-29 14:29:18 +02:00
cesnimda 2c6d3f8f6f Harden deploy workflow and record next-session handoff 2026-03-24 00:02:24 +01:00
cesnimda 19b0424ef3 Document AI CV tools and follow-up reminder emails 2026-03-23 21:48:02 +01:00
cesnimda 653f713a78 Evolve summarizer into AI service with OCR support 2026-03-23 20:12:34 +01:00
cesnimda fcafda6f52 Polish UI, harden company creation, and add error pages 2026-03-23 19:34:29 +01:00
cesnimda 6a722d3530 fix: bootstrap identity tables for mariadb startup 2026-03-22 23:58:15 +01:00
cesnimda 691f263bc0 fix: harden deploy workflow health and git sync 2026-03-22 23:29:36 +01:00
cesnimda c4bb6f1474 fix: surface backend deploy failures in workflow 2026-03-22 22:01:28 +01:00
cesnimda 8014c1e890 fix: restore shared production env during deploy 2026-03-22 21:24:05 +01:00
cesnimda 9914de19f4 fix: force recreate containers during deploy 2026-03-22 21:15:01 +01:00
cesnimda 7f4068518d test: add draft workflow coverage and sqlite migration helpers 2026-03-22 18:59:05 +01:00
cesnimda 87c9a11edc chore: document mariadb bootstrap and add deploy health checks 2026-03-22 18:55:40 +01:00
cesnimda 16b9960c08 feat: add mariadb production support deploy hardening and recruiter drafts 2026-03-22 18:53:41 +01:00
cesnimda 1fe3a68901 feat: add editable application drafts tests and gitea deploy workflow 2026-03-22 18:42:14 +01:00