mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-08-09 08:05:08 +02:00
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:
8
configuration/gunicorn_config.py
Normal file
8
configuration/gunicorn_config.py
Normal file
@ -0,0 +1,8 @@
|
||||
command = '/usr/bin/gunicorn'
|
||||
pythonpath = '/opt/netbox/netbox'
|
||||
bind = '0.0.0.0:8001'
|
||||
workers = 3
|
||||
errorlog = '-'
|
||||
accesslog = '-'
|
||||
capture_output = False
|
||||
loglevel = 'debug'
|
Reference in New Issue
Block a user