eShopOnContainers
eShopOnContainers copied to clipboard
How to split sqldata (MS SQL Server instance) into 3 instances with different DB's?
I'm trying to deploy eShopOnContainers to AWS T2.micro/T3.micro instances. My sqldata Docker container takes >1.3 GB RAM, so I need to split sqldata into 3 different instances of MS SQL Server, each of which contain different of total 3 databases. How can i modify Connection Strings/docker-compose files to achieve this?
following
Following