Skip to content

Releases: raphaelmansuy/edgequake

EdgeQuake v0.10.12

19 Apr 15:49

Choose a tag to compare

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.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

19 Apr 15:04

Choose a tag to compare

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.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

19 Apr 14:41

Choose a tag to compare

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.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

19 Apr 13:28

Choose a tag to compare

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.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

19 Apr 11:22

Choose a tag to compare

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.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

19 Apr 10:01

Choose a tag to compare

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.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

19 Apr 08:31

Choose a tag to compare

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.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

17 Apr 12:27

Choose a tag to compare

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.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

17 Apr 07:16

Choose a tag to compare

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.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

11 Apr 08:56

Choose a tag to compare

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.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