opensemanticsearch / open-semantic-search-apps

Python/Django based webapps and web user interfaces for search, structure (meta data management like thesaurus, ontologies, annotations and named entities) and data import (ETL like text extraction, OCR and crawling filesystems or websites)
https://opensemanticsearch.org/
GNU General Public License v3.0
95 stars 37 forks source link

Make hosts of microservices / REST-APIs configurable by environment variables #62

Closed opensemanticsearch closed 5 years ago

opensemanticsearch commented 5 years ago

Make hosts of microservices / REST-APIs like Solr, Tika called by Ontologies Manager configurable by environment variables, so we can configure them dynamic in/by Docker config without modifications of config files in containers.

Mandalka commented 5 years ago

Implemented same environment variables for used services (Tika and Solr) like in Docker container Open Semantic ETL.