Docker Images
This release includes the following Docker images:
ghcr.io/LeslieLeung/glean-backend:v0.1.0ghcr.io/LeslieLeung/glean-web:v0.1.0ghcr.io/LeslieLeung/glean-admin:v0.1.0
Quick Start
# Download docker-compose.yml
curl -fsSL https://raw.githubusercontent.com/LeslieLeung/glean/main/docker-compose.yml -o docker-compose.yml
# Start Glean
docker compose up -d
# Access at http://localhostSee README for full documentation.
Full Changelog: https://github.com/LeslieLeung/glean/commits/v0.1.0