What's New
Docker Improvements
- Pre-built images - Now published to
ghcr.io/dannymcc/mayon every release - Multi-architecture - Supports both
amd64andarm64(Raspberry Pi, Apple Silicon) - Health checks - Container includes health check for orchestration tools
- Non-root user - Runs as unprivileged user for better security
- PDF support - WeasyPrint dependencies included for PDF report generation
Simpler Deployment
No need to clone the repo anymore. Just run:
docker run -d -p 5050:5050 -v may_data:/app/data ghcr.io/dannymcc/may:latestOr use Docker Compose:
curl -O https://raw.githubusercontent.com/dannymcc/may/main/docker-compose.yml
docker compose up -dFull Changelog: v0.2.2...v0.2.3