feat(billing): implement tenant subscription entitlements system (milestones 0-6)
Some checks failed
ci / ui (push) Failing after 28s
ci / rust (push) Failing after 2m40s
images / build-and-push (push) Failing after 19s

This commit is contained in:
2026-03-30 18:41:23 +03:00
parent 5992044b7e
commit 2595e7f1c5
63 changed files with 8448 additions and 321 deletions

View File

@@ -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: