Wes Medford
10/03/2024, 5:59 PM2024-10-03 11:59:13 {"level":"error","error":"unknown command \"spicedb\" for \"spicedb\"","message":"terminated with errors"}
This is my compose definition:
spicedb:
image: quay.io/authzed/spicedb:latest
ports:
- "50051:50051" # gRPC port
environment:
- SPICEDB_LOG_LEVEL=debug
- SPICEDB_GRPC_NO_TLS=true
command: "spicedb serve --datastore-engine memory" # Or configure another datastore as needed