Resolve "Add Nginx service as proxy for tsm frontend and add WSGI to frontend image"
requested to merge 44-add-nginx-service-as-proxy-for-tsm-frontend-and-add-wsgi-to-frontend-image into frontend_integration
This MR integrates the frontend service into the orchestration repo. With this MR all the web services were encapsulated behind a nginx based reverse proxy:
Service | Dev/Local | TSM-VM |
---|---|---|
TSM-Frontend | http://localhost/frontend/ | https://tsm.intranet.ufz.de/frontend/ |
Grafana | http://localhost/visualization/ | https://tsm.intranet.ufz.de/visualization/ |
Minio | http://localhost/object-storage/ | https://tsm.intranet.ufz.de/object-storage/ |
Closes #44 (closed)
Edited by Luca Johannes Nendel