- Added a single Dockerfile to build backend and frontend together
- Added an environment variables guide (ENVIRONMENT.md)
- Updated README with environment configuration instructions
- Updated SECURITY.md to recommend a minimum password length
- Removed redundant separate backend/frontend Dockerfiles
- Bumped backend and frontend versions to 1.0.1
- Enforced a 6-character minimum for passwords
- Improved environment variable loading for local and production setups
- Updated Docker Compose for the combined service
- Removed backend/frontend example
.envfiles - Updated Docker commands to use
.env.prod - Updated the socket client to use same-origin in production