This commit is contained in:
yazan 2025-11-03 20:49:52 +00:00
parent b1472a7f72
commit 893d5ff6a8

View File

@ -6,10 +6,10 @@ services:
container_name: phosphat-report-app container_name: phosphat-report-app
restart: unless-stopped restart: unless-stopped
ports: ports:
- "3000" - "5173"
environment: environment:
- NODE_ENV=production - NODE_ENV=production
- PORT=3000 - PORT=5173
- DATABASE_URL=file:/app/data/production.db - DATABASE_URL=file:/app/data/production.db
- SESSION_SECRET=your-super-secure-session-secret-change-this-min-32-chars - SESSION_SECRET=your-super-secure-session-secret-change-this-min-32-chars
- SUPER_ADMIN=superadmin - SUPER_ADMIN=superadmin