compose: forward OWNER_EMAIL to the backend container #241

Merged
justin merged 1 commits from compose-forward-owner-email into main 2026-06-09 23:23:00 -04:00
+2
View File
@@ -71,6 +71,8 @@ services:
# alembic concurrently. # alembic concurrently.
RUN_MIGRATIONS: "1" RUN_MIGRATIONS: "1"
DATABASE_URL: ${DATABASE_URL:-postgresql+asyncpg://provenance:provenance@postgres:5432/provenance} 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_ENDPOINT_URL: ${S3_ENDPOINT_URL:-http://minio:9000}
S3_BUCKET: ${S3_BUCKET:-provenance} S3_BUCKET: ${S3_BUCKET:-provenance}
S3_ACCESS_KEY: ${S3_ACCESS_KEY:-provenance} S3_ACCESS_KEY: ${S3_ACCESS_KEY:-provenance}