Hi here! Is there any documentation available for ...
# ask-questions
n
Hi here! Is there any documentation available for deploying growthbook on multiple containers behind a load balancer?
f
Hi Dheeraj, we don’t have any documentation for that - what is the use case for this? It shouldn’t be hard as there is no shared state required
n
Hi @fresh-football-47124 the case is simply to deploy more then 1 container for High availability but in that case we should use docker image rather than docker compose and not sure how to set a required configuration for all the instances in that case?
f
@future-teacher-7046 might be able to help you
f
If you look at the docker compose file, you'll see it's extremely simple, just a single docker container plus MongoDB. To setup horizontal scaling you would recreate that setup in whatever container runtime you are using (ECS, Kubernetes, etc.) and set up auto scaling. We don't have any special documentation for that right now.