Commit Graph

3 Commits

Author SHA1 Message Date
Stan
bf3a30fa12 feat: Add server-side storage for persistent diagram management
- Express.js backend for diagram CRUD operations
- Filesystem persistence via Docker volume mount
- Automatic storage detection in UI
- Overwrite protection with confirmation dialogs
- Server storage enabled by default in Docker

Closes #48
2025-08-14 12:58:55 +01:00
Stan
1feaf7693e Update compose.yml to use Docker Hub image
- Use stnsmith/fossflow:latest image from Docker Hub
- Set pull_policy to always to ensure latest image
- Remove local build configuration
2025-08-13 22:55:31 +01:00
Stan
d4056bcebd Update Docker configuration for monorepo
- Move Dockerfile and compose.yml to root directory
- Update build paths for monorepo structure
- Use Node 22 and update npm to v11.5.2
- Fix build output path to use 'build' directory from RSBuild
- Configure nginx to serve production build on port 80
2025-08-13 22:47:07 +01:00