EdgeQuake v0.12.6
·
26 commits
to edgequake-main
since this release
Docker Quickstart
# Interactive one-command install (Docker only, no git clone)
curl -fsSL https://raw.githubusercontent.com/raphaelmansuy/edgequake/edgequake-main/quickstart.sh | shOr with plain Docker Compose:
curl -fsSL https://raw.githubusercontent.com/raphaelmansuy/edgequake/edgequake-main/docker-compose.quickstart.yml \
-o docker-compose.quickstart.yml
docker compose -f docker-compose.quickstart.yml up -d
# → Web UI: http://localhost:3000
# → API: http://localhost:8080
# → Swagger: http://localhost:8080/swagger-uiOr with the Makefile:
make stack # start all three services (pulls from GHCR)
make stack-down # stop and remove containers
make stack-logs # tail logsImages (v0.12.6)
| Image | Architecture |
|---|---|
ghcr.io/raphaelmansuy/edgequake:0.12.6 |
linux/amd64, linux/arm64 |
ghcr.io/raphaelmansuy/edgequake-frontend:0.12.6 |
linux/amd64, linux/arm64 |
ghcr.io/raphaelmansuy/edgequake-postgres:0.12.6 |
linux/amd64, linux/arm64 |
Full CHANGELOG: https://github.com/raphaelmansuy/edgequake/blob/edgequake-main/CHANGELOG.md