ihatemoney/docs
0livd 69306f8cbe Fix some anti patterns in docker deployment
- Use exec to run gunicorn and avoid creating a new process.
- Add the possibility to pass any additional parameters to
gunicorn.
- Use only one gunicorn worker by default as the usual way to
scale the app in production would be to use the scale command
of the cluster scheduler. Additional workers could still be
added by passing the "-w" gunicorn parameter to docker run.
2018-01-31 00:11:42 +01:00
..
api.rst Add missing properties in API docs (#287) 2017-12-21 13:56:25 +01:00
conf.py Re-organize the documentation (#223) 2017-06-21 14:03:16 +02:00
contributing.rst Add doc building instructions (#263) 2017-08-24 17:00:58 +02:00
index.rst Add an upgrade guide 2017-11-01 21:51:47 +01:00
installation.rst Fix some anti patterns in docker deployment 2018-01-31 00:11:42 +01:00
make.bat Document the API. Fix #46 2011-10-18 23:26:13 +02:00
Makefile Document the API. Fix #46 2011-10-18 23:26:13 +02:00
requirements.txt Update docs requirements to fix failing build (#217) 2017-06-19 00:21:27 +02:00
upgrade.rst Fix some typos using codespell (#285) 2017-11-11 18:11:15 +01:00