quality-time
quality-time copied to clipboard
Can the functions of the frontend and www/proxy containers be moved to the API-server?
Research:
- [ ] 1. Have the
proxycomponent (i.e. nginx) serve the UI instead of thefrontendcontainer (make surenpm startfor the frontend keeps working in a development context). - [ ] 2. Integrate the API server and the proxy component into one component that has nginx serving the bottle middleware.
Goal: have fewer run-time containers.
How would this work in deployments where the Quality-time proxy component is replaced by a custom proxy, for instance in an private cloud?