mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-01-27 09:08:31 +00:00
c2d57c8ce0
* feat: add gevent to worker image * feat: real_ip configuration for nginx * Return `healthcheck.sh` just for tests Co-authored-by: Lev Vereshchagin <mail@vrslev.com>
4 lines
48 B
Python
4 lines
48 B
Python
import gevent.monkey
|
|
|
|
gevent.monkey.patch_all()
|