From bbda943304fda76ab211be60f62163608bf6f261 Mon Sep 17 00:00:00 2001 From: mo khan Date: Wed, 10 Sep 2025 17:42:13 -0600 Subject: chore: split the Procfile for each environment --- Procfile.production | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Procfile.production (limited to 'Procfile.production') 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 -- cgit v1.2.3