github 0xfurai/peekaping 0.0.30-rc.1
Release Candidate 0.0.30-rc.1

latest releases: 0.0.38, 0.0.38-rc.1, 0.0.37...
pre-releaseone month ago

🚀 Release Candidate 0.0.30-rc.1

Release candidate build

⚠️ This is a pre-release version intended for testing purposes.
Do not use in production environments.

Docker Images

GitHub Container Registry (GHCR)

  • UI: ghcr.io/0xfurai/peekaping-web:0.0.30-rc.1
  • Server: ghcr.io/0xfurai/peekaping-server:0.0.30-rc.1
  • Migrate: ghcr.io/0xfurai/peekaping-migrate:0.0.30-rc.1

Bundle Containers (GHCR)

  • SQLite Bundle: ghcr.io/0xfurai/peekaping-bundle-sqlite:0.0.30-rc.1
  • MongoDB Bundle: ghcr.io/0xfurai/peekaping-bundle-mongo:0.0.30-rc.1
  • PostgreSQL Bundle: ghcr.io/0xfurai/peekaping-bundle-postgres:0.0.30-rc.1

Docker Hub

  • UI: 0xfurai/peekaping-web:0.0.30-rc.1
  • Server: 0xfurai/peekaping-server:0.0.30-rc.1
  • Migrate: 0xfurai/peekaping-migrate:0.0.30-rc.1

Bundle Containers (Docker Hub)

  • SQLite Bundle: 0xfurai/peekaping-bundle-sqlite:0.0.30-rc.1
  • MongoDB Bundle: 0xfurai/peekaping-bundle-mongo:0.0.30-rc.1
  • PostgreSQL Bundle: 0xfurai/peekaping-bundle-postgres:0.0.30-rc.1

Installation

# Using regular docker-compose, update your images to:
# - UI: ghcr.io/0xfurai/peekaping-web:0.0.30-rc.1
# - Server: ghcr.io/0xfurai/peekaping-server:0.0.30-rc.1
# - Migrate: ghcr.io/0xfurai/peekaping-migrate:0.0.30-rc.1

# Using bundle containers (single container with everything):
docker run -d --name peekaping-sqlite \
  -p 8383:8383 \
  -v ./data:/app/data \
  ghcr.io/0xfurai/peekaping-bundle-sqlite:0.0.30-rc.1

Built from branch: feat/tags
Commit: 51e63192a623532104c6fa3735206a2f8866a9ae

Don't miss a new peekaping release

NewReleases is sending notifications on new releases.