Merge pull request 'compose: forward OWNER_EMAIL to the backend container' (#241) from compose-forward-owner-email into main

This commit was merged in pull request #241.
This commit is contained in:
2026-06-09 23:22:59 -04:00
+2
View File
@@ -71,6 +71,8 @@ services:
# alembic concurrently.
RUN_MIGRATIONS: "1"
DATABASE_URL: ${DATABASE_URL:-postgresql+asyncpg://provenance:provenance@postgres:5432/provenance}
# Instance owner/operator — the account(s) with instance-admin rights.
OWNER_EMAIL: ${OWNER_EMAIL:-}
S3_ENDPOINT_URL: ${S3_ENDPOINT_URL:-http://minio:9000}
S3_BUCKET: ${S3_BUCKET:-provenance}
S3_ACCESS_KEY: ${S3_ACCESS_KEY:-provenance}