﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
177	Dockerfile and docker-compose environment with pgbouncer	samsouk		"Added a pgbouncer container to allow more then 100 simultaneous processes 

The docker-compose environment:

* zookernel: the zoo-kernel container built with python, javascript, postgresql, OAS
* pg: the postgresql container with defaut configuration (`max_connections=100`)
* pgbouncer: the pgbouncer container with `max_client_conn=1000`

include a python script to test the `max_client_conn` setting:

```
python docker/test_long_process.py 900
```

Patch generated with:

```
diff -ruN ../ZOO-Project.orig/ . > ../docker-clean.patch
```
"	enhancement	closed	major		Development platform		fixed		
