
I am self hosting appwrite. I update the .env file located in the appwrite directory on my instance.
I run
docker compose up - d
After it finishes, I run:
docker compose exec appwrite vars
However, the values I updated in the .env file do not show up here. Values I am trying to update: _APP_EMAIL_CERTIFICATES _APP_SYSTEM_SECURITY_EMAIL_ADDRESS
My _APP_DOMAIN AND TARGET is of the format app.example.com
(I was updating above variables so that my certificate generates properly for my app.example.com , which currently shows an insecure connection)
Looking for any help. Thank you.

Little update....the secure connection is getting established now, had to clear browser cache and cookies.
However, the variables are still not showing as updated in the appwrite vars command
Recommended threads
- Unable to View / Edit Bucket Files
Hi! I am unable to view / edit Bucket Files. While Previews work just fine, clicking the actual file to view or edit it produces the errors seen in the attache...
- How to remove the Sign up link after cre...
Greetings, i just installed appwrite on a VPS and created an account but now i do not want others to have access to the sign-up page. Is there any way to hide o...
- Does self-hosted Appwrite have read cach...
I wanted to switch from local storage to S3 (more specifically Backblaze B2), but I would like to have ~100GB on my VPS as read cache, so most frequently access...
