netbox-docker/docker/gunicorn_config.py

8 lines
152 B
Python
Raw Normal View History

command = '/usr/bin/gunicorn'
pythonpath = '/opt/netbox/netbox'
bind = '0.0.0.0:8001'
workers = 3
errorlog = '-'
accesslog = '-'
capture_output = False