Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions doc/src/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down