bfa-dryer-design/docker-compose.yml
Richard Sauer 64254edcf7 Initial commit: BFA Banana Dryer HMI Design Collaboration Tool
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>
2026-04-08 11:58:50 +10:00

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