This commit is contained in:
Wieland, Marc
2026-05-22 10:28:34 +02:00
+2 -2
View File
@@ -8,10 +8,10 @@ services:
container_name: timetracker-app
restart: always
ports:
- "8080:8080"
- "8090:8080"
environment:
- ASPNETCORE_ENVIRONMENT=Production
- ASPNETCORE_HTTP_PORTS=8080
- ASPNETCORE_HTTP_PORTS=8080 # Lassen wir so, da intern völlig okay
- TIMETRACKER_DB_PATH=/data/timetracker.db
- EnableHttpsRedirect=false
volumes: