Skip to content

grafeas/grafeas-pgsql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:v0.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.