Newer
Older
netbox-docker / docker / gunicorn_config.py
@Jeremy Stretch Jeremy Stretch on 19 Apr 2017 112 bytes Copied Docker components from main repo
command = '/usr/bin/gunicorn'
pythonpath = '/opt/netbox/netbox'
bind = '0.0.0.0:8001'
workers = 3
user = 'root'