mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-19 21:31:46 +00:00
10ebf46a98
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
Bash
5 lines
101 B
Bash
PORT=3001
|
|
JWT_SECRET=your-super-secret-jwt-key-change-in-production
|
|
NODE_ENV=development
|
|
DEBUG=false
|