I basically want to get rid of all the docker containers for each client, and just have a single application with many client (as the tenant) and mysql databases for each tenant. Just like the way django_tenant_schemas <https://django-tenant-schemas.readthedocs.io/en/latest/install.html> is working on postgres sql server. Thanks @Antonis Christofides
On Saturday, December 10, 2016 at 4:33:13 PM UTC+1, Antonis Christofides wrote: > > Hi, > > I don't understand what the problem is. You have a setup that works. What > exactly do you want? You want to run many distinct instances of the > application on the same server? And you want to get rid of docker? > > Antonis Christofideshttp://djangodeployment.com > > On 2016-12-09 17:13, Peter Edache wrote: > > Hello guys, we are currently looking for a way to migrate our previous > django application to a full multi-tenant application, currently the way > we are handling our client is by giving each client a docker container and > using nginx to do the routing, through sub-domain mapping. But after > researching i found, lot of article on multitenant using postgres sql but > could not find a better approach for MySQL. Can anyone share a solution > with me. > Thanks > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:>. > To post to this group, send email to [email protected] > <javascript:>. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/ff7515e9-5de5-46ef-9490-6a8e49c3c289%40googlegroups.com > > <https://groups.google.com/d/msgid/django-users/ff7515e9-5de5-46ef-9490-6a8e49c3c289%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/d8c3a510-8689-4885-a004-18bac54412d8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

