WP-0011 T05: live deploy revenue.coulomb.social on railiance01

Image 0.1.1 (schema path fix), OpenBao ESO store, CNPG cluster, TLS,
pilot Phase re-registered on public API. Founding token local-only.
This commit is contained in:
tegwick 2026-08-05 17:56:38 +02:00
parent 592a75a171
commit ca76fa23a3
13 changed files with 168 additions and 54 deletions

View file

@ -4,7 +4,10 @@ FROM python:3.12-slim AS runtime
ENV PYTHONUNBUFFERED=1 \
PYTHONDONTWRITEBYTECODE=1 \
HOME=/home/app
HOME=/home/app \
TRF_SCHEMAS_DIR=/src/schemas \
TRF_SPECS_DIR=/src/specs \
TRF_MIGRATIONS_DIR=/src/migrations
RUN useradd --create-home --home-dir /home/app --uid 10001 app