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:
+1
-1
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user