IHTSDO / sct-browser-frontend

HMTL & Javascript for the front end for the SNOMED CT Browser.
http://browser.ihtsdotools.org
Other
84 stars 31 forks source link

How to run the docker version with Snowstorm #45

Closed sidharthramesh closed 4 years ago

sidharthramesh commented 4 years ago

I am trying to run this with docker-compose. Snowstorm is running on a container named snowstorm. I've edited my docker/nginx.conf

...
        location /snowstorm/ {
            proxy_pass http://snowstorm:8080;
        }

        location /ecl/ {
            proxy_pass https://dev-snowstorm.ihtsdotools.org/snowstorm/snomed-ct/v2/;
        }
...

This does not seem to work. Please help!

rorydavidson commented 4 years ago

Duplicate of #46 - Fixed now in commit on that issue.