Hi here! Is there any documentation available for deploying growthbook on multiple containers behind a load balancer?
f
fresh-football-47124
09/05/2022, 3:29 AM
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
nice-airline-943
09/05/2022, 3:33 AM
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
fresh-football-47124
09/05/2022, 3:35 AM
@future-teacher-7046 might be able to help you
f
future-teacher-7046
09/05/2022, 11:56 AM
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.