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
-3
View File
@@ -16,6 +16,3 @@ LOG_LEVEL=INFO
# Optional: Healthchecks.io / Uptime Kuma URL (wird nach jedem Sync gepingt)
# HEALTHCHECK_URL=https://hc-ping.com/DEINE_UUID
# API Server
API_PORT=8000
+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}