docker-compose.yml aktualisiert
This commit is contained in:
+2
-2
@@ -8,10 +8,10 @@ services:
|
|||||||
container_name: timetracker-app
|
container_name: timetracker-app
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8090:8080"
|
||||||
environment:
|
environment:
|
||||||
- ASPNETCORE_ENVIRONMENT=Production
|
- 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
|
- TIMETRACKER_DB_PATH=/data/timetracker.db
|
||||||
- EnableHttpsRedirect=false
|
- EnableHttpsRedirect=false
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user