Modifications for Openshift
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.
This commit is contained in:
parent
9f1f858fcb
commit
f584a412eb
7 changed files with 180 additions and 156 deletions
|
@ -2,7 +2,6 @@ command = '/usr/bin/gunicorn'
|
|||
pythonpath = '/opt/netbox/netbox'
|
||||
bind = '0.0.0.0:8001'
|
||||
workers = 3
|
||||
user = 'root'
|
||||
errorlog = '-'
|
||||
accesslog = '-'
|
||||
capture_output = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue