Update home authored by Lars Florian Meiendresch's avatar Lars Florian Meiendresch
......@@ -72,13 +72,13 @@ Before running the project, create a `.env` file from the `.env.template` to set
| Container Name | Description | Port |
|:------------------|---------------------------------------------|-------:|
| `19sq-nginx` | nginx Web Server | `5001` |
| `19sq-flask` | Flask Application | `8080` |
| `19sq-mariadb` | mariadb Database | `3306` |
| `19sq-flask` | Flask Application | - |
| `19sq-mariadb` | mariadb Database | - |
| `19sq-ladsh` | Learning Analytics Dashboard | `2000` |
## Routing Traffic
🔄 Reverse Proxy `80/443` >> 🖥️ 19sq-nginx `5001` >> 🐍 19sq-flask `8080` >> 💾 19sq-mariadb `3306`
🔄 Reverse Proxy `80/443` >> 🖥️ 19sq-nginx `5001` >>_(via `frontend` network)_ 🐍 19sq-flask >>_(via `backend` network)_ 💾 19sq-mariadb
To make your application accessible, you'll want to route external traffic to the `19sq-nginx` container on port `5001`. [Nginx Proxy Manager](https://nginxproxymanager.com/) might simplify the setup of a reverse proxy. It provides an interface for:
......
......