diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-08 13:11:59 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-21 15:20:39 -0600 |
| commit | 2ddcc34ca455973598f5693d64103deea41d8d79 (patch) | |
| tree | 0b3a42aa97bca93c15c67a679c903611e5ab60c1 /Procfile | |
| parent | 16c27cd885b9c0d1241dfead3120643f0e8c556c (diff) | |
chore: use minit to start processes from Procfile
Diffstat (limited to 'Procfile')
| -rw-r--r-- | Procfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..48047c1 --- /dev/null +++ b/Procfile @@ -0,0 +1,3 @@ +envoy: ./bin/envoy.sh +authzd: ./bin/authzd +sparkled: env -i - APP_ENV="$APP_ENV" BIND_ADDR="$BIND_ADDR" ./bin/sparkled |
