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
- Github connection error - Self Hosted Ap...
I am trying to connect my github account to deploy a project to sites, but Connect to Gtihub button is disabled. I have configured all Env variables needed for...
- "Domain verification failed"
"Domain verification failed" I was install Appwrite in my VDS server. I using Coolify for install Appwrite. After install complete, i want add my domain, and i ...
- Appwrite Sites triggers builds for all p...
I connected my Appwrite Sites to my Git app on my self hosted Appwrite server, but even though I only connected it to main branch, it creates a build every sing...