Skip to content

EdgeQuake v0.12.9

Choose a tag to compare

@raphaelmansuy raphaelmansuy released this 08 Jun 11:58
· 3 commits to edgequake-main since this release
936fc3a

Docker Quickstart

# Interactive one-command install (Docker only, no git clone)
curl -fsSL https://raw.githubusercontent.com/raphaelmansuy/edgequake/edgequake-main/quickstart.sh | sh

Or 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-ui

Or with the Makefile:

make stack           # start all three services (pulls from GHCR)
make stack-down      # stop and remove containers
make stack-logs      # tail logs

Images (v0.12.9)

Image Architecture
ghcr.io/raphaelmansuy/edgequake:0.12.9 linux/amd64, linux/arm64
ghcr.io/raphaelmansuy/edgequake-frontend:0.12.9 linux/amd64, linux/arm64
ghcr.io/raphaelmansuy/edgequake-postgres:0.12.9 linux/amd64, linux/arm64

Full CHANGELOG: https://github.com/raphaelmansuy/edgequake/blob/edgequake-main/CHANGELOG.md