690517:2120 204 and 302 refactor #10
CI / CD Pipeline / build (push) Successful in 4m57s
CI / CD Pipeline / deploy (push) Successful in 1m32s

This commit is contained in:
2026-05-17 21:20:39 +07:00
parent bf997d85ac
commit 0ed27f477f
2 changed files with 2 additions and 1 deletions
@@ -94,6 +94,7 @@ services:
# --- Qdrant (Vector Database for RAG — ADR-023A) ---
QDRANT_HOST: 'qdrant'
QDRANT_PORT: '6333'
QDRANT_URL: 'http://qdrant:6333'
# --- Numbering ---
NUMBERING_LOCK_TIMEOUT: '5000'
NUMBERING_RESERVATION_TTL: '300'
@@ -53,7 +53,7 @@ services:
- '--appendonly'
- 'yes'
- '--maxmemory-policy'
- 'allkeys-lru'
- 'noeviction'
# bind เฉพาะ loopback host เพื่อ debug — service อื่นใช้ DNS 'cache:6379' ผ่าน lcbp3 network
ports:
- '127.0.0.1:6379:6379'