26 lines
639 B
Markdown
26 lines
639 B
Markdown
|
|
# Deploy notes (stub — CSOC-WP-0002-T08)
|
||
|
|
|
||
|
|
## Shape
|
||
|
|
|
||
|
|
Standalone service: commit-SHA images → registry
|
||
|
|
`gitea.coulomb.social/coulomb/coulomb-social` → `railiance-apps` values →
|
||
|
|
railiance01 (same lane as `vergabe-teilnahme`).
|
||
|
|
|
||
|
|
## Runtime secrets (names only)
|
||
|
|
|
||
|
|
| Secret | Consumer |
|
||
|
|
|--------|----------|
|
||
|
|
| `SECRET_KEY` | Django |
|
||
|
|
| `DATABASE_URL` | Django |
|
||
|
|
| `OIDC_CLIENT_SECRET` | identity app |
|
||
|
|
| future DB password | OpenBao dynamic/KV |
|
||
|
|
|
||
|
|
## Health
|
||
|
|
|
||
|
|
- `GET /healthz` → `{"status":"ok"}`
|
||
|
|
|
||
|
|
## Status
|
||
|
|
|
||
|
|
Container packaging and railiance-apps values are **not** finished; local
|
||
|
|
`runserver` / tests are the current verification path.
|