reza152
01/18/2024, 12:14 AMdocker-compose up
run.
I just restarted my system and spicedb
server works fine now.
yaml
spicedb-migrate:
image: authzed/spicedb
command: migrate head
restart: on-failure
environment:
- "SPICEDB_DATASTORE_ENGINE=postgres"
- "SPICEDB_DATASTORE_CONN_URI=postgres://postgres:changeme@postgres:5432/spicedb?sslmode=disable"
networks:
- postgres