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 container_name: timetracker
restart: unless-stopped restart: unless-stopped
ports: ports:
- 34225:3000 - '${PORT:-42523}:3000'
environment: environment:
- NODE_ENV=production - NODE_ENV=production
- DATABASE_URL=file:/app/data/timetracker.db - DATABASE_URL=file:/app/data/timetracker.db