Flagpost v1.1.1 — Versioned images & compose fix
A small patch on the heels of v1.1.0:
- Version-tagged images: every release now publishes pinned images to GHCR —
ghcr.io/tbcsec/flagpost-{backend,frontend}:v1.1.1(and:latest). The frontend is built in same-origin mode (no baked-in domain), so one image works behind any single-origin proxy — pull by tag instead of building from source. See the README's "Versioned images" section. - Fix: a fresh
docker compose upcrash-looped the backend whenDEMO_MODEwas unset (empty string isn't a valid bool). Now defaults tofalse.
What's Changed
🚀 Features
Full Changelog: v1.1.0...v1.1.1