Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker: Single HTTP server port #4

Open
stain opened this issue Jul 23, 2015 · 0 comments
Open

Docker: Single HTTP server port #4

stain opened this issue Jul 23, 2015 · 0 comments

Comments

@stain
Copy link
Contributor

stain commented Jul 23, 2015

Currently the docker install exposes services on different ports:

http://localhost:3001/ - Open PHACTS Explorer Web UI
http://localhost:3002/ - Open PHACTS REST API
http://localhost:3003/sparql - Virtuoso SPARQL
http://localhost:3004/QueryExpander/ - Open PHACTS IdentityMappingService (IMS)

The advantage of the current split out 300x ports is that you can control access to them in your firewall, or by removing ports in the docker-compose.yml.

The disadvantage is that you might need to adjust your firewall to allow these at all - so perhaps a single nginx server on port 80 (or 8080?) that mapped them under different /paths could be a nice wrapper.

@stain stain changed the title Single HTTP server Docker: Single HTTP server port Jul 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant