feat(billing): implement tenant subscription entitlements system (milestones 0-6)
This commit is contained in:
@@ -89,6 +89,8 @@ services:
|
||||
RUNNER_STORAGE_PATH: /data/runner.mdbx
|
||||
RUNNER_SAGA_MANIFEST_PATH: /config/sagas.yaml
|
||||
RUNNER_EFFECTS_MANIFEST_PATH: /config/effects.yaml
|
||||
# For production, point this at a real relay (SMTP/Resend/Postmark/SES) via effects config.
|
||||
RUNNER_SMTP_URL: "${RUNNER_SMTP_URL:-}"
|
||||
volumes:
|
||||
- runner_saga_data:/data
|
||||
configs:
|
||||
@@ -107,6 +109,7 @@ services:
|
||||
RUNNER_HTTP_ADDR: 0.0.0.0:8081
|
||||
RUNNER_STORAGE_PATH: /data/runner.mdbx
|
||||
RUNNER_EFFECTS_MANIFEST_PATH: /config/effects.yaml
|
||||
RUNNER_SMTP_URL: "${RUNNER_SMTP_URL:-}"
|
||||
volumes:
|
||||
- runner_effect_data:/data
|
||||
configs:
|
||||
|
||||
Reference in New Issue
Block a user