From 5eff24567fa5a08a899fe5c72c03664b79347d2a Mon Sep 17 00:00:00 2001 From: Steven Nguyen <1477010+stnguyen90@users.noreply.github.com> Date: Tue, 19 Mar 2024 23:11:25 +0000 Subject: [PATCH] fix(webhooks): add DB env vars to webhook worker Every worker requires the DB env vars because a connection is created on init. --- app/views/install/compose.phtml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/views/install/compose.phtml b/app/views/install/compose.phtml index e73a052f18..1658ad4a4e 100644 --- a/app/views/install/compose.phtml +++ b/app/views/install/compose.phtml @@ -252,6 +252,11 @@ services: - _APP_WORKER_PER_CORE - _APP_OPENSSL_KEY_V1 - _APP_SYSTEM_SECURITY_EMAIL_ADDRESS + - _APP_DB_HOST + - _APP_DB_PORT + - _APP_DB_SCHEMA + - _APP_DB_USER + - _APP_DB_PASS - _APP_REDIS_HOST - _APP_REDIS_PORT - _APP_REDIS_USER