1
0
Fork 0
mirror of synced 2024-05-17 11:12:41 +12:00

Merge pull request #8002 from mbackonja/fix-8001-appwrite-worker-mails-db-connection

Added DB environment variables to appwrite-worker-mails
This commit is contained in:
Steven Nguyen 2024-04-22 14:34:55 -07:00 committed by GitHub
commit 281b3f3e27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -498,6 +498,11 @@ services:
- _APP_OPENSSL_KEY_V1
- _APP_SYSTEM_EMAIL_NAME
- _APP_SYSTEM_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