Deployment
Grai is generally deployed as a containerized application consisting of two core components. Although building from source is possible, we recommend using the pre-built docker images.
Server
- Postgres + Django
- Redis
- Celery + Celery Beat
- flower
For more information about the server see Grai Server.
Web App
For more information about the web app see Grai Web App
Container Registry
We maintain up to date docker images for all of the Grai services on GitHub's Container Registry ghcr
Service | Image | Tags |
---|---|---|
Server | ghcr.io/grai-io/grai-core/grai-server | latest, semver |
Web App | ghcr.io/grai-io/grai-core/grai-frontend | latest, semver |