fix: correct MONGO_URI to use Docker service hostname
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

localhost:27017 resolves to the container itself inside Docker.
The mongo service is reachable via its compose service name 'mongo'.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Head of Product & Engineering 2026-04-05 18:48:29 +02:00
parent 72345a5129
commit 83de6cb089

View File

@ -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=