1
0
mirror of https://github.com/netbox-community/netbox-docker.git synced 2025-11-17 00:03:21 +03:00
Files
netbox-docker/docker/gunicorn_config.py
2020-10-27 09:31:47 +01:00

9 lines
170 B
Python

command = '/usr/bin/gunicorn'
pythonpath = '/opt/netbox/netbox'
bind = '0.0.0.0:8001'
workers = 3
errorlog = '-'
accesslog = '-'
capture_output = False
loglevel = 'info'