Implement PostgreSQL production store path
All checks were successful
Build and Publish Container Image / build-and-push (push) Successful in 41s
All checks were successful
Build and Publish Container Image / build-and-push (push) Successful in 41s
Add the PostgreSQL backend, migration and stopped-write transfer tools, lease-aware deployment manifests, tenancy declarations, and shared conformance coverage. Persist grouping mutations in durable stores and separate process liveness from database readiness.
This commit is contained in:
parent
2063470ac8
commit
749461b97b
30 changed files with 2364 additions and 71 deletions
|
|
@ -3,7 +3,8 @@ RUN useradd --system --uid 10001 --create-home tenant-engine
|
|||
WORKDIR /app
|
||||
COPY pyproject.toml README.md LICENSE ./
|
||||
COPY src ./src
|
||||
RUN pip install --no-cache-dir .
|
||||
COPY migrations ./migrations
|
||||
RUN pip install --no-cache-dir ".[postgres]"
|
||||
USER 10001
|
||||
EXPOSE 8090
|
||||
ENV TENANT_ENGINE_HOST=0.0.0.0 TENANT_ENGINE_HTTP_PORT=8090
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue