Loggin
This commit is contained in:
+5
-1
@@ -28,9 +28,11 @@ services:
|
||||
- DB_PROVIDER=PostgreSQL
|
||||
- ConnectionStrings__DefaultConnection=Host=db;Database=timetracker;Username=timetracker_user;Password=SecretPassword123;
|
||||
- EnableHttpsRedirect=false
|
||||
- TIMETRACKER_LOG_DIR=/app/logs
|
||||
- TenantSettings__BaseDomain=timetracker.marc-wieland.de
|
||||
volumes:
|
||||
- dpkeys:/home/app/.aspnet/DataProtection-Keys
|
||||
- applogs:/app/logs
|
||||
depends_on:
|
||||
- db
|
||||
|
||||
@@ -38,4 +40,6 @@ volumes:
|
||||
pgdata:
|
||||
name: timetracker_pgdata
|
||||
dpkeys:
|
||||
name: timetracker_dpkeys
|
||||
name: timetracker_dpkeys
|
||||
applogs:
|
||||
name: timetracker_logs
|
||||
Reference in New Issue
Block a user