From ce31eccb8094d624d151333eb00c664f062ba08c Mon Sep 17 00:00:00 2001 From: Artem Goncharov Date: Fri, 29 Aug 2025 21:18:23 +0200 Subject: [PATCH] chore: Add reference to pre-built container --- doc/src/install.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/src/install.md b/doc/src/install.md index fce28b79..41bc50ca 100644 --- a/doc/src/install.md +++ b/doc/src/install.md @@ -57,6 +57,11 @@ Since keystone itself communicates with the database and OpenPolicyAgent those must be provided separately. `docker-compose.yaml` demonstrates how this can be done. +```console + +docker run -v /etc/keystone/:/etc/keystone -p 8080:8080 ghcr.io/gtema/keystone:main -v /etc/keystone/keystone.conf +``` + ## Database migrations Rust Keystone is using different ORM and implements migration that co-exist