Re: Isolate Django apps in different Docker containers

2019-08-15 Thread Ronit Mishra
Hi Guillaumae, Did you go ahead with this approach? If yes, then would you be kind enough to share your experience and maybe brief us about your process/journey? On Thursday, August 25, 2016 at 7:25:24 PM UTC+5:30, Guillaume Dupin wrote: > > Hello, > > On a Django project (which will consist o

Re: Isolate Django apps in different Docker containers

2016-08-29 Thread Guillaume Dupin
Hello Christian, Thank you for your help. Concerning the first and second point, I would indeed have several Django app containers (one by functionnal services). But what about applications like Django "Admin" for example ? This application needs to be aware of the models to administrate so wo

Re: Isolate Django apps in different Docker containers

2016-08-29 Thread Guillaume Dupin
Hello Christian, Thank you for your help. Concerning the first and second point, I would indeed have several Django app containers (one by functionnal services). But what about applications like Django "Admin" for example ? This application needs to be aware of the models to administrate so wo

Re: Isolate Django apps in different Docker containers

2016-08-25 Thread Christian Ledermann
On 25 August 2016 at 14:50, Guillaume Dupin wrote: > Hello, > > On a Django project (which will consist of several REST web services), I > would like to isolate my services (each service would be a Django > application) into different Docker containers to aim to a micro-services > architecture. It

Isolate Django apps in different Docker containers

2016-08-25 Thread Guillaume Dupin
Hello, On a Django project (which will consist of several REST web services), I would like to isolate my services (each service would be a Django application) into different Docker containers to aim to a micro-services architecture. It will allow to benefit of Docker isolation to update indep