Expose port in docker image?
# spicedb
d
I have a super minor PR to make my CI happy (it waits for spicedb to be listening on the advertised ports). Any chance I could get a review on https://github.com/authzed/spicedb/pull/1536 please 😃
v
👋 couldn't you expose map the default gRPC port via docker CLI? The only concern I have with this change is that all ports in SpiceDB can be configured, so you would end up with a container exposing a port the service is not listening to, but maybe I don't have a good grip on
EXPOSE
semantics
d
Can the default ports in SpiceDB be changed? If so, can you help me with the documentation on how to change the default ports in SpiceDB.
v
Flag is
--grpc-addr
documentation is
spicedb serve help
d
That's a great point, I hadn't thought about changing the default port.
2 Views