Grafeas with PostgreSQL backend as a Docker Compose, provides a standalone instance of the Grafeas server with PostgreSQL as the storage layer.
To start the standalone instance of Grafeas with PostgreSQL, follow these steps:
-
Install Docker Compose.
-
Pull the Grafeas Server image:
docker pull us.gcr.io/grafeas/grafeas-server:v0.1.0
-
Build the images and run the containers:
docker-compose build && docker-compose up
-
Ensure you can reach the server:
curl http://localhost:8080/v1beta1/projects
Please refer to Grafeas Support page.
Pull requests and feature requests as GH issues are welcome!
Grafeas is under the Apache 2.0 license. See the LICENSE file for details.