https://www.growthbook.io/ logo
b

broad-finland-60617

12/14/2022, 6:10 AM
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

fresh-football-47124

12/14/2022, 7:43 AM
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
2 Views