# See the License for the specific language governing permissions and
 # limitations under the License.
 
-# FROM parisson/timeside:latest-dev
 FROM parisson/timeside:latest-dev
 
 MAINTAINER Guillaume Pellerin <yomguy@parisson.com>, Thomas fillon <thomas@parisson.com>
 
 
 # uwsgi params
 port=8000
-processes=32
+processes=16
 threads=2
 autoreload=3
 
 python $manage collectstatic --noinput
 python $manage telemeta-create-admin-user
 python $manage telemeta-create-boilerplate
-python $manage update_index --workers $processes
+#python $manage update_index --workers $processes
 
 # static files auto update
 watchmedo shell-command --patterns="*.js;*.css" --recursive \