2a1b6e42a8
This moves the gunicorn_config.py into /etc/netbox so that it can be easily mapped through a Openshift config map
9 lines
171 B
Python
9 lines
171 B
Python
command = '/usr/bin/gunicorn'
|
|
pythonpath = '/opt/netbox/netbox'
|
|
bind = '0.0.0.0:8001'
|
|
workers = 3
|
|
errorlog = '-'
|
|
accesslog = '-'
|
|
capture_output = False
|
|
loglevel = 'debug'
|