#[SOLVED] Change Env Variables on deployed Appwrite Container.
3 messages · Page 1 of 1 (latest)
3 messages · Page 1 of 1 (latest)
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.