Update compose.yaml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user