mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2024-12-02 04:43:33 +01:00
ef76e4e8ea
With these modifications the netbox containers can run on Openshift. The configuration files can be imported from a config map to the '/etc/netbox' directory and will be loaded from there.
8 lines
152 B
Python
8 lines
152 B
Python
command = '/usr/bin/gunicorn'
|
|
pythonpath = '/opt/netbox/netbox'
|
|
bind = '0.0.0.0:8001'
|
|
workers = 3
|
|
errorlog = '-'
|
|
accesslog = '-'
|
|
capture_output = False
|