mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-22 18:55:29 +03:00
5 lines
123 B
Python
5 lines
123 B
Python
command = '/usr/bin/gunicorn'
|
|
pythonpath = '/usr/share/webapps/netbox'
|
|
bind = '127.0.0.1:8001'
|
|
workers = 3
|
|
user = 'netbox'
|