diff options
| author | mo khan <mo@mokhan.ca> | 2025-09-10 17:42:13 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-09-10 17:42:13 -0600 |
| commit | bbda943304fda76ab211be60f62163608bf6f261 (patch) | |
| tree | 672a40e732bf263132e274d2478b45bf1c2cde36 /Procfile.production | |
| parent | 9081607de417823e17ad966bf1ce73d298bb70f4 (diff) | |
chore: split the Procfile for each environment
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 |
