From 83de6cb089aba0222c787deaa1c4550d29c042f5 Mon Sep 17 00:00:00 2001 From: Head of Product & Engineering Date: Sun, 5 Apr 2026 18:48:29 +0200 Subject: [PATCH] fix: correct MONGO_URI to use Docker service hostname localhost:27017 resolves to the container itself inside Docker. The mongo service is reachable via its compose service name 'mongo'. Co-Authored-By: Paperclip --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index d6b68ce..4283762 100644 --- a/.env.example +++ b/.env.example @@ -14,7 +14,7 @@ CAST_API_URL=https://api.cast.ph CAST_SENDER_ID= # MongoDB -MONGO_URI=mongodb://localhost:27017/cast-ghl +MONGO_URI=mongodb://mongo:27017/cast-ghl # Inbound (Phase 2) INBOUND_API_KEY=