Skip to content

v0.3.121

Choose a tag to compare

@github-actions github-actions released this 18 Apr 08:02
· 12 commits to personal-main since this release

Docker Images

This release includes the following Docker images:

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

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.120...v0.3.121