
I have deployed Appwrite to digital ocean and I want to SMTP Config to my Appwrite container, how can i change the environment, cant find any .env file there, cant even see any options for adding env variables on digital ocean platform.

You can SSH into your server
The .env
file should be in the folder /root/appwrite/
After you've update the values you'll need to run docker compose up -d
in the Appwrite folder
$:/root/appwrite: docker compose up -d

Thanks! got it.

[SOLVED] Change Env Variables on deployed Appwrite Container.
Recommended threads
- Check User on Server SDK
I have my backend which exposes some endpoints let's say /feed (return a hard coded json as response) I want this to be only accessible to users who are curre...
- 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...
