feat(billing): finalize tenant subscription entitlements and platform stabilization fixes
Some checks failed
ci / ui (push) Failing after 30s
images / build-and-push (push) Failing after 20s
ci / rust (push) Failing after 2m41s

This commit is contained in:
2026-03-30 21:46:26 +03:00
parent 2595e7f1c5
commit 63ca237178
8 changed files with 292 additions and 1250 deletions

View File

@@ -34,6 +34,7 @@ services:
command:
- |
set -euo pipefail
sleep 5
mc alias set local http://minio:9000 minioadmin minioadmin
mc mb -p local/cloudlysis-docs || true
mc mb -p local/cloudlysis-loki || true
@@ -53,6 +54,7 @@ services:
BIN: gateway
depends_on:
- nats
user: root
environment:
GATEWAY_ADDR: 0.0.0.0:8080
GATEWAY_GRPC_ADDR: 0.0.0.0:8081
@@ -74,6 +76,7 @@ services:
BIN: aggregate
depends_on:
- nats
user: root
environment:
AGGREGATE_NATS_URL: nats://nats:4222
AGGREGATE_STORAGE_PATH: /data
@@ -94,6 +97,7 @@ services:
BIN: projection
depends_on:
- nats
user: root
environment:
PROJECTION_NATS_URL: nats://nats:4222
PROJECTION_STREAM_NAME: AGGREGATE_EVENTS
@@ -117,6 +121,7 @@ services:
BIN: runner
depends_on:
- nats
user: root
environment:
RUNNER_NATS_URL: nats://nats:4222
RUNNER_STORAGE_PATH: /data/runner.mdbx