Hello, we consider using the self-hosted version o...
# ask-questions
m
Hello, we consider using the self-hosted version of growthbook but we can not find any information if the docker container is capable of operation on multiple nodes when it will scale. Does anybody have information on that?
f
The GrowthBook container is stateless, so you can horizontally scale it behind a load balancer without issues.
m
and where is the state handled then?
f
In the MongoDB database
1
m
Okay because the docs state
In addition to the app itself, you will also need a MongoDB instance to store login credentials, cached experiment results, and metadata.
we thought this does not include feature toggles 🙂