diff options
Diffstat (limited to 'Procfile.production')
| -rw-r--r-- | Procfile.production | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Procfile.production b/Procfile.production new file mode 100644 index 0000000..41fc5e1 --- /dev/null +++ b/Procfile.production @@ -0,0 +1,4 @@ +spicedb: ./bin/spicedb serve --grpc-preshared-key $ZED_TOKEN --http-addr :8081 --grpc-addr :50051 --datastore-engine memory --log-level $LOG_LEVEL --log-format json --telemetry-endpoint "" --skip-release-check +authzd: ./bin/authzd +envoy: ./bin/envoy-shim +sparkled: ./bin/sparkled |
