mirror of
http://10.0.2.1:3031/sauer/bfa-dryer-design.git
synced 2026-06-30 10:06:42 +10:00
Split-screen web app: HMI layout editor + machine simulation. - Drag/drop card layout with SortableJS - Add/remove/rename controls and pages - Comments system with user picker (Richard, Rob, Guido + add more) - SVG schematic with animated overlays (fan spin, conveyor scroll, burner glow) - Simulated PLC state in preview mode - Built-in help manual - Docker deployment behind Caddy at sauer.com.au/bfa-design Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
13 lines
260 B
YAML
13 lines
260 B
YAML
services:
|
|
bfa-design:
|
|
build: .
|
|
container_name: bfa-design
|
|
ports:
|
|
- "5001:5001"
|
|
volumes:
|
|
- ./layouts:/app/layouts
|
|
- ./static/photos:/app/static/photos
|
|
restart: unless-stopped
|
|
environment:
|
|
- FLASK_ENV=production
|