fix: API_PORT Umgebungsvariable entfernt

This commit is contained in:
2026-08-01 16:21:09 +02:00
parent 3b1801634c
commit 5b943681d6
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ services:
command: ["uvicorn", "api.main:app", "--host", "0.0.0.0", "--port", "8000"]
ports:
- "${API_PORT:-8000}:8000"
- "8000:8000"
environment:
- DB_HOST=${DB_HOST:-mariadb.fritz.box}