Docker image for mozilla-services/syncstorage-rs built with PostgreSQL backend for self-hosted Firefox Sync.
ghcr.io/laenzlinger/syncstorage-rs:0.23.0
echo "0.24.0" > VERSION
git commit -am "chore: bump to 0.24.0" && git pushCI builds and pushes to GHCR automatically (~10-15 min).
The official image uses MySQL/Spanner. This builds with --features=syncstorage-db/postgres --features=tokenserver-db/postgres for PostgreSQL-only deployments.
docker compose up -d
curl http://localhost:8000/__heartbeat__
docker compose down