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
- Custom Domains
Hi All, Should be a quick config issue. I'm setting up custom domains on the hosted version. I have verified the domain with the CNAME but appwrite isn't gene...
- Unauthorized Charge After Appwrite Pro F...
I was using Appwrite Pro credits worth $100, which were valid until November. During this period, I was exploring Appwrite's services. However, I recently notic...
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...