This repository has been archived on 2025-03-20. You can view files and clone it, but cannot push or open issues or pull requests.
netbox-docker/docker/gunicorn_config.py
2017-04-19 10:48:21 -04:00

6 lines
112 B
Python

command = '/usr/bin/gunicorn'
pythonpath = '/opt/netbox/netbox'
bind = '0.0.0.0:8001'
workers = 3
user = 'root'