
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
- Attribute already exists in schema
I created an attribute, deleted it and now I can't create it again. It says "Failed" and "Attribute already exists in schema". ```json { "27": { "ke...
- Decentralisation
I had queries regarding decentralisation with self hosting, particularly with sites as a recent addition. Can we decentralise sites as in many cases we would li...
- Error response from daemon: driver faile...
on endpoint appwrite-traefik (00bbc10e5875d0c367d8975c6abc946a77b7ec201a64a825399add44fb34ebb4): failed to bind port 0.0.0.0:80/tcp: Error starting userland pro...
