
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
- Unexpected File Persistence Across Appwr...
I'm encountering an issue where files created during an Appwrite Function execution persist across subsequent executions. Specifically, when a function writes a...
- Cannot connect to SMTP in AppWrite - set...
This used to work and then at some point it stopped. One thing that happened in that time was moving my application to Vercel. I have read on another thread t...
- [Self Hosted]
fresh instance of Appwrite - cant deploy function from local to instance ✗ Error • func2 (68134cd9002358f96e4a) • Invalid `specification` p...
