this is my docker command to run it `docker run --...
# spicedb
p
this is my docker command to run it
docker run --rm -it -p 50051:50051 -p 8080:8080 authzed/spicedb:latest serve --grpc-preshared-key="somerandomkeyhere" --datastore-engine=postgres --datastore-conn-uri="postgres://fin_repo:test@host.docker.internal:5432/FicsItNetworksRepositoryAuthorization?sslmode=disable"