Verbessere Docker Compose Kompatibilität für Installation

- Verbessere Docker Compose Versionsprüfung und -installation
- Aktualisiere docker-compose.yml zu Version 3 Format
- Behebe YAML-Syntax-Fehler in Environment-Variablen
- Füge Unterstützung für beide Befehlsvarianten hinzu (docker-compose/docker compose)
- Verwende Docker Compose v2.6.1 für ARM-Architekturen (Raspberry Pi)

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-03-31 15:02:35 +02:00
parent 05bd3f3f22
commit ef6b46dc05
4 changed files with 201 additions and 65 deletions

View File

@@ -1,4 +1,4 @@
version: '2'
version: '3'
services:
frontend: