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
an Ledermann a écrit : > > 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)

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