Skip to content

akoserwal/authzed-postgresql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running SpiceDB with PostgreSQL using docker compose

Required

  • using docker/docker compose

SpiceDB settings:

Postgres settings:

Set the database name, user, password in the secrets folders

Start reading PostgreSQL

./start-postgresql.sh

Start SpiceDB

docker-compose --env-file .env up -d

Test the Spicedb

open in the browser http://localhost:8080/

Follow the instructions using zed client

zed context set first-dev-context :50051 "foobar" --insecure

Read schema

zed schema read

About

Use docker compose to run spicedb with postgresql

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages