From d88885169735ec0c290869aeea24d734a0eff413 Mon Sep 17 00:00:00 2001 From: Nathan Date: Mon, 22 Jun 2026 20:14:04 -0400 Subject: [PATCH] fix: add ADMIN_EMAIL environment variable to app service in compose.yaml --- nodes/heimdall/jobsquatch-alpha/compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/nodes/heimdall/jobsquatch-alpha/compose.yaml b/nodes/heimdall/jobsquatch-alpha/compose.yaml index bd62c65..4c6ebe7 100644 --- a/nodes/heimdall/jobsquatch-alpha/compose.yaml +++ b/nodes/heimdall/jobsquatch-alpha/compose.yaml @@ -50,6 +50,7 @@ services: STRIPE_BETA_PRICE_ID: ${STRIPE_BETA_PRICE_ID:?STRIPE_BETA_PRICE_ID must be set} CORS_ORIGINS: ${CORS_ORIGINS:-} LOG_LEVEL: ${LOG_LEVEL:-INFO} + ADMIN_EMAIL: ${ADMIN_EMAIL:?ADMIN_EMAIL must be set} command: > sh -c "alembic upgrade head && uvicorn src.web.app:app --host 0.0.0.0 --port 8000" healthcheck: