fix(webhooks): add DB env vars to webhook worker

Every worker requires the DB env vars because a connection is created on init.
This commit is contained in:
Steven Nguyen
2024-03-19 23:11:25 +00:00
committed by GitHub
parent 644d078f7f
commit 5eff24567f
+5
View File
@@ -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