[Docu] Instructions for Production Setup
Summary
The current Dev-Setup, while efficient and easy, is definitely not safe for production and requires quite a few changes to be so. To prevent security flaws and make this tool easier to deploy for less knowledgeable users, as well as provide documentation for our own deployment, we should document the basic setup of this application in a production/test environment.
Details
- This requires a close look at which environment variables to change
- Can be done completely in Docker, but should also include a non-docker way for general deployments (eg. in Kubernetes or bare-metal)
- In Docker: Deployment can be
- Standalone: The Dockerfile of the frontend includes Webserver/Reverse-Proxy
- Using external/existing web server / reverse proxy
https://git.rwth-aachen.de/thg-tuda/embarc/-/wikis/Home/Deployment/Production
Edited by Nick Fi