Hi team, I am hosting the growthbook service and w...
# announcements
b
Hi team, I am hosting the growthbook service and want to connect it to my already hosted mongoDB server.. is there any way to do that because as I am aware the docker-compose also pulls a mongo image from docker hub to get the service up and running
I have pulled the existing docker image on docker hub and trying to run that on the server
f
you can edit the docker compose file - you don’t need to have that Mongo container, and you can edit the config to point to your existing mongo
MONGODB_URI
is the env variable for the connection string