Update compose.yaml

This commit is contained in:
2026-02-02 13:17:57 +00:00
parent fc886320e3
commit e0e4f85ee1

View File

@@ -4,7 +4,7 @@ services:
container_name: timetracker
restart: unless-stopped
ports:
- 34225:3000
- '${PORT:-42523}:3000'
environment:
- NODE_ENV=production
- DATABASE_URL=file:/app/data/timetracker.db