semantic-systems / nfdi-search-engine

A lightweight, KG-driven search engine over different endpoints and APIs
https://nfdi-search.nliwod.org/
MIT License
5 stars 3 forks source link

Deployment based on Gunicorn #117

Closed patrickwestphal closed 1 year ago

patrickwestphal commented 1 year ago

This branch contains few changes regarding the deployment of the NFDI Search Endpoint. In this branch's version it uses Gunicorn to serve the main.app Flask application. This required chaning some ports, adjusting the main command inside the Docker container and adding Gunicorn as a dependency. For the Gunicorn the latest version was picked. The setup was tested on sems-kg-1 with slight modifications (port and service name).