Revert "update"

This reverts commit 5c86afd640.
This commit is contained in:
2026-02-18 20:05:32 +01:00
parent 6b3d0c342e
commit 01502122b2
6 changed files with 45 additions and 39 deletions

View File

@@ -23,6 +23,7 @@ services:
DATABASE_URL: "postgresql://timetracker:timetracker_password@db:5432/timetracker"
OIDC_ISSUER_URL: ${OIDC_ISSUER_URL}
OIDC_CLIENT_ID: ${OIDC_CLIENT_ID}
OIDC_REDIRECT_URI: "${API_URL}/auth/callback"
SESSION_SECRET: ${SESSION_SECRET}
PORT: 3001
NODE_ENV: development