1
0
Fork 0
mirror of synced 2024-06-14 00:34:51 +12:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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