fix: correct MONGO_URI to use Docker service hostname
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
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:
parent
72345a5129
commit
83de6cb089
@ -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=
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user