github dannymcc/may v0.2.3

latest releases: v0.15.0, v0.14.0, v0.13.0...
one month ago

What's New

Docker Improvements

  • Pre-built images - Now published to ghcr.io/dannymcc/may on every release
  • Multi-architecture - Supports both amd64 and arm64 (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:latest

Or use Docker Compose:

curl -O https://raw.githubusercontent.com/dannymcc/may/main/docker-compose.yml
docker compose up -d

Full Changelog: v0.2.2...v0.2.3

Don't miss a new may release

NewReleases is sending notifications on new releases.