Externalize gunicorn-config
This moves the gunicorn_config.py into /etc/netbox so that it can be easily mapped through a Openshift config map
This commit is contained in:
parent
ae9a3f04a5
commit
2a1b6e42a8
2 changed files with 3 additions and 2 deletions
|
@ -1,7 +0,0 @@
|
|||
command = '/usr/bin/gunicorn'
|
||||
pythonpath = '/opt/netbox/netbox'
|
||||
bind = '0.0.0.0:8001'
|
||||
workers = 3
|
||||
errorlog = '-'
|
||||
accesslog = '-'
|
||||
capture_output = False
|
Loading…
Add table
Add a link
Reference in a new issue