BouahazaOriginal post
Rank 4: Virtual Machine
When we download docker-compose file there are SQL access errors with the appwrite-worker-webhooks container. I think these environment variables are missing
- _APP_DB_HOST
- _APP_DB_PORT
- _APP_DB_SCHEMA
- _APP_DB_USER
- _APP_DB_PASS
Summary
Developers need additional environment variables for the appwrite-worker-webhooks container on self-hosted appwrite. Missing variables:
- _APP_DB_HOST
- _APP_DB_PORT
- _APP_DB_SCHEMA
- _APP_DB_USER
- _APP_DB_PASS
Solution: Add the missing environment variables to resolve SQL access errors.