Run the container as a non-root user in production to fail fast on insecure deployments. Add DEBUG env-based request/response logging for container diagnostics, and introduce a one-shot init-permissions service in docker-compose so fresh installs automatically fix data/uploads ownership for SQLite write access.
5 lines
101 B
Plaintext
5 lines
101 B
Plaintext
PORT=3001
|
|
JWT_SECRET=your-super-secret-jwt-key-change-in-production
|
|
NODE_ENV=development
|
|
DEBUG=false
|