feat: package dark deployment runtime
All checks were successful
Build and Publish Container Image / build-and-push (push) Successful in 54s
All checks were successful
Build and Publish Container Image / build-and-push (push) Successful in 54s
Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a028f0-a42f-7582-89a8-ebaad7343834
This commit is contained in:
parent
e408651545
commit
0941a2e5f4
9 changed files with 134 additions and 15 deletions
|
|
@ -19,7 +19,9 @@ uv run sbom-nexus serve --reload
|
|||
|
||||
The default API listens on `http://127.0.0.1:8010`. Local development uses
|
||||
SQLite through `SBOM_NEXUS_DATABASE_PATH`; production uses
|
||||
`SBOM_NEXUS_DATABASE_URL=postgresql+psycopg://...` and `make migrate`.
|
||||
`SBOM_NEXUS_DATABASE_URL_FILE=/var/run/secrets/.../url` and `make migrate`.
|
||||
The direct `SBOM_NEXUS_DATABASE_URL` variable remains available for disposable
|
||||
development environments; mounted secret files are preferred for production.
|
||||
|
||||
## Initial API surface
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue