docs: fix version, terminology and docker-compose reference consistency

This commit is contained in:
2026-08-02 07:31:00 +02:00
parent 708ba5c20a
commit f413cabfc0
4 changed files with 22 additions and 13 deletions
+3 -3
View File
@@ -16,7 +16,7 @@ mvg-departures/
│ └── index.html # Jinja2-Template (mobile HTML-Ansicht)
├── config.yaml # Stationskonfiguration
├── requirements.txt # Python-Dependencies
├── Dockerfile # Multi-Stage Build (python:3.12-slim)
├── Dockerfile # Single-Stage Build (python:3.14-slim)
├── docker-compose.yml # Deployment-Beispiel
└── .github/workflows/
└── build.yml # CI/CD: Docker-Build + GHCR-Push
@@ -26,13 +26,13 @@ mvg-departures/
| Komponente | Technologie |
|---|---|
| Runtime | Python 3.12 |
| Runtime | Python 3.14 |
| Web-Framework | FastAPI |
| Templating | Jinja2 |
| API-Client | `mvg` (PyPI) |
| Config | YAML (`pyyaml`) |
| Server | Uvicorn |
| Container | Docker (python:3.12-slim) |
| Container | Docker (python:3.14-slim) |
| CI/CD | GitHub Actions → GHCR |
## 4. Datenfluss