Releases: raphaelmansuy/edgequake
EdgeQuake v0.10.12
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.10.12)
| Image | Architecture |
|---|---|
ghcr.io/raphaelmansuy/edgequake:0.10.12 |
linux/amd64, linux/arm64 |
ghcr.io/raphaelmansuy/edgequake-frontend:0.10.12 |
linux/amd64, linux/arm64 |
ghcr.io/raphaelmansuy/edgequake-postgres:0.10.12 |
linux/amd64, linux/arm64 |
Full CHANGELOG: https://github.com/raphaelmansuy/edgequake/blob/edgequake-main/CHANGELOG.md
EdgeQuake v0.10.11
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.10.11)
| Image | Architecture |
|---|---|
ghcr.io/raphaelmansuy/edgequake:0.10.11 |
linux/amd64, linux/arm64 |
ghcr.io/raphaelmansuy/edgequake-frontend:0.10.11 |
linux/amd64, linux/arm64 |
ghcr.io/raphaelmansuy/edgequake-postgres:0.10.11 |
linux/amd64, linux/arm64 |
Full CHANGELOG: https://github.com/raphaelmansuy/edgequake/blob/edgequake-main/CHANGELOG.md
EdgeQuake v0.10.10
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.10.10)
| Image | Architecture |
|---|---|
ghcr.io/raphaelmansuy/edgequake:0.10.10 |
linux/amd64, linux/arm64 |
ghcr.io/raphaelmansuy/edgequake-frontend:0.10.10 |
linux/amd64, linux/arm64 |
ghcr.io/raphaelmansuy/edgequake-postgres:0.10.10 |
linux/amd64, linux/arm64 |
Full CHANGELOG: https://github.com/raphaelmansuy/edgequake/blob/edgequake-main/CHANGELOG.md
EdgeQuake v0.10.9
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.10.9)
| Image | Architecture |
|---|---|
ghcr.io/raphaelmansuy/edgequake:0.10.9 |
linux/amd64, linux/arm64 |
ghcr.io/raphaelmansuy/edgequake-frontend:0.10.9 |
linux/amd64, linux/arm64 |
ghcr.io/raphaelmansuy/edgequake-postgres:0.10.9 |
linux/amd64, linux/arm64 |
Full CHANGELOG: https://github.com/raphaelmansuy/edgequake/blob/edgequake-main/CHANGELOG.md
EdgeQuake v0.10.8
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.10.8)
| Image | Architecture |
|---|---|
ghcr.io/raphaelmansuy/edgequake:0.10.8 |
linux/amd64, linux/arm64 |
ghcr.io/raphaelmansuy/edgequake-frontend:0.10.8 |
linux/amd64, linux/arm64 |
ghcr.io/raphaelmansuy/edgequake-postgres:0.10.8 |
linux/amd64, linux/arm64 |
Full CHANGELOG: https://github.com/raphaelmansuy/edgequake/blob/edgequake-main/CHANGELOG.md
EdgeQuake v0.10.7
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.10.7)
| Image | Architecture |
|---|---|
ghcr.io/raphaelmansuy/edgequake:0.10.7 |
linux/amd64, linux/arm64 |
ghcr.io/raphaelmansuy/edgequake-frontend:0.10.7 |
linux/amd64, linux/arm64 |
ghcr.io/raphaelmansuy/edgequake-postgres:0.10.7 |
linux/amd64, linux/arm64 |
Full CHANGELOG: https://github.com/raphaelmansuy/edgequake/blob/edgequake-main/CHANGELOG.md
EdgeQuake v0.10.6
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.10.6)
| Image | Architecture |
|---|---|
ghcr.io/raphaelmansuy/edgequake:0.10.6 |
linux/amd64, linux/arm64 |
ghcr.io/raphaelmansuy/edgequake-frontend:0.10.6 |
linux/amd64, linux/arm64 |
ghcr.io/raphaelmansuy/edgequake-postgres:0.10.6 |
linux/amd64, linux/arm64 |
Full CHANGELOG: https://github.com/raphaelmansuy/edgequake/blob/edgequake-main/CHANGELOG.md
EdgeQuake v0.10.4
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.10.4)
| Image | Architecture |
|---|---|
ghcr.io/raphaelmansuy/edgequake:0.10.4 |
linux/amd64, linux/arm64 |
ghcr.io/raphaelmansuy/edgequake-frontend:0.10.4 |
linux/amd64, linux/arm64 |
ghcr.io/raphaelmansuy/edgequake-postgres:0.10.4 |
linux/amd64, linux/arm64 |
Full CHANGELOG: https://github.com/raphaelmansuy/edgequake/blob/edgequake-main/CHANGELOG.md
EdgeQuake v0.10.3
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.10.3)
| Image | Architecture |
|---|---|
ghcr.io/raphaelmansuy/edgequake:0.10.3 |
linux/amd64, linux/arm64 |
ghcr.io/raphaelmansuy/edgequake-frontend:0.10.3 |
linux/amd64, linux/arm64 |
ghcr.io/raphaelmansuy/edgequake-postgres:0.10.3 |
linux/amd64, linux/arm64 |
Full CHANGELOG: https://github.com/raphaelmansuy/edgequake/blob/edgequake-main/CHANGELOG.md
EdgeQuake v0.10.1
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.10.1)
| Image | Architecture |
|---|---|
ghcr.io/raphaelmansuy/edgequake:0.10.1 |
linux/amd64, linux/arm64 |
ghcr.io/raphaelmansuy/edgequake-frontend:0.10.1 |
linux/amd64, linux/arm64 |
ghcr.io/raphaelmansuy/edgequake-postgres:0.10.1 |
linux/amd64, linux/arm64 |
Full CHANGELOG: https://github.com/raphaelmansuy/edgequake/blob/edgequake-main/CHANGELOG.md