aysylu / grafeas-pgsql

Grafeas with PostgreSQL backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

grafeas-pgsql

Grafeas with PostgreSQL backend as a Docker Compose, provides a standalone instance of the Grafeas server with PostgreSQL as the storage layer.

Running Standalone Grafeas with PostgreSQL

To start the standalone instance of Grafeas with PostgreSQL, follow these steps:

  1. Install Docker Compose.

  2. Pull the Grafeas Server image:

    docker pull us.gcr.io/grafeas/grafeas-server:0.1.0
  3. Build the images and run the containers:

    docker-compose build && docker-compose up
  4. Ensure you can reach the server:

curl http://localhost:8080/v1beta1/projects

Support

Please refer to Grafeas Support page.

Contributing

Pull requests and feature requests as GH issues are welcome!

License

Grafeas is under the Apache 2.0 license. See the LICENSE file for details.

About

Grafeas with PostgreSQL backend

License:Apache License 2.0


Languages

Language:Shell 81.8%Language:Dockerfile 18.2%