mirror of
https://github.com/skoelle/calender_sync.git
synced 2026-09-17 18:20:24 +00:00
fix: API_PORT Umgebungsvariable entfernt
This commit is contained in:
@@ -16,6 +16,3 @@ LOG_LEVEL=INFO
|
|||||||
|
|
||||||
# Optional: Healthchecks.io / Uptime Kuma URL (wird nach jedem Sync gepingt)
|
# Optional: Healthchecks.io / Uptime Kuma URL (wird nach jedem Sync gepingt)
|
||||||
# HEALTHCHECK_URL=https://hc-ping.com/DEINE_UUID
|
# HEALTHCHECK_URL=https://hc-ping.com/DEINE_UUID
|
||||||
|
|
||||||
# API Server
|
|
||||||
API_PORT=8000
|
|
||||||
|
|||||||
+1
-1
@@ -33,7 +33,7 @@ services:
|
|||||||
command: ["uvicorn", "api.main:app", "--host", "0.0.0.0", "--port", "8000"]
|
command: ["uvicorn", "api.main:app", "--host", "0.0.0.0", "--port", "8000"]
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
- "${API_PORT:-8000}:8000"
|
- "8000:8000"
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
- DB_HOST=${DB_HOST:-mariadb.fritz.box}
|
- DB_HOST=${DB_HOST:-mariadb.fritz.box}
|
||||||
|
|||||||
Reference in New Issue
Block a user