Skip to content

update

Choose a tag to compare

@tao1587 tao1587 released this 19 Apr 07:00
· 6 commits to personal-main since this release

Docker Images

This release includes the following Docker images:

  • ghcr.io/GoToBoy/glean-backend:v0.3.126
  • ghcr.io/GoToBoy/glean-worker:v0.3.126
  • ghcr.io/GoToBoy/glean-web:v0.3.126
  • ghcr.io/GoToBoy/glean-admin:v0.3.126

Quick Start

# Download docker-compose.yml
curl -fsSL https://raw.githubusercontent.com/GoToBoy/glean/main/docker-compose.yml -o docker-compose.yml

# Start Glean
docker compose up -d

# Access at http://localhost

See README for full documentation.

Full Changelog: v0.3.125...v0.3.126