feat: Update DNS handling and add port parameter for subdomain management

This commit is contained in:
2026-05-01 19:26:28 +02:00
parent cf7439c8ca
commit c2d931d3a4
3 changed files with 23 additions and 8 deletions
+2
View File
@@ -63,6 +63,8 @@ Wichtige Ports:
- Gitea SSH: 2222
- Website Upstream: 4999
Hinweis: Die Website nutzt in Docker Compose intern den Service-Namen `mongodb` als MongoDB-Host. Wenn du die Website lokal mit `python` oder außerhalb des Containers startest, muss `MONGO_URI` auf einen hostzugänglichen MongoDB-Endpunkt zeigen oder `mongodb` über `27017:27017` erreichbar sein.
### Nginx
Datei: [nginx.sh](nginx.sh)