brian
06/25/2024, 11:00 PMbrian
06/25/2024, 11:14 PMJoey
06/25/2024, 11:36 PMJoey
06/25/2024, 11:37 PMLurian
06/26/2024, 8:23 AMyaml
spicedb:
image: authzed/spicedb
command: serve
environment:
- "SPICEDB_GRPC_PRESHARED_KEY=randomkey"
ports:
- '50051:50051'
healthcheck:
test: ["CMD", "grpc_health_probe", "-v", "--addr", "localhost:50051", "-connect-timeout", "180s"]
This is how we ensure in test env that its ready