Newer
Older
netbox-docker / docker / gunicorn_config.py
@Christian Mäder Christian Mäder on 19 Jun 2017 166 bytes Fixes logging config that prevented gunicon launch
command = '/usr/bin/gunicorn'
pythonpath = '/opt/netbox/netbox'
bind = '0.0.0.0:8001'
workers = 3
user = 'root'
errorlog = '-'
accesslog = '-'
capture_output = False