690517:1607 204 and 302 refactor #05
CI / CD Pipeline / build (push) Successful in 5m31s
CI / CD Pipeline / deploy (push) Failing after 10m56s

This commit is contained in:
2026-05-17 16:07:52 +07:00
parent cb340ca1e4
commit af70e53f61
4 changed files with 64 additions and 53 deletions
@@ -1,4 +1,4 @@
# Per-stack .env.example — services (cache, search)
# Per-stack .env.example — services (cache, search, qdrant)
# Source: ../../.env.template
# --- Redis (Cache & Queue) ---
REDIS_HOST=cache
@@ -10,3 +10,7 @@ ELASTICSEARCH_HOST=search
ELASTICSEARCH_PORT=9200
ELASTICSEARCH_USERNAME=elastic
ELASTICSEARCH_PASSWORD=elasticed0bbde94
# --- Qdrant (Vector Database for RAG — ADR-023A) ---
QDRANT_HOST=qdrant
QDRANT_PORT=6333