sw360 / sw360chores

WARNING - Work in Progress - It is not Bug Free! Use with Caution. This repository contains Dockerfiles and accompanying scripts that allow deployment of sw360 via docker
Eclipse Public License 1.0
13 stars 18 forks source link

fix(proxy): couchdb-lucene/prepare proxy was incorrect #37

Closed maxhbr closed 6 years ago

maxhbr commented 7 years ago

This should solve #36.

maxhbr commented 7 years ago

This is currently untested.

alexbrdn commented 7 years ago

I couldn't get it to work with proxy. Also, the build without proxy didn't seem to work until I commented out this https://github.com/sw360/sw360chores/blob/master/deployment/docker-compose.yml#L37 and this https://github.com/sw360/sw360chores/blob/master/deployment/docker-compose.yml#L88 options

maxhbr commented 7 years ago

That is confusing. This PR changes something in the --prepare step, which does not use the file docker-compose.yml. Especially the changes at https://github.com/sw360/sw360chores/pull/37/files#diff-37e1c69ef3a9e5aac0d8e17944e8c754R42 should be self-contained and not affected by your change.

maxhbr commented 6 years ago

superfluous due to #48