
In old documentation, there was a link to raw version of docker-compose.yml
file and for production .env
file. After design update of docs, I can't find it anywhere. Could you please help me or linked the files in self-hosting installation doc? Thanks.

After running the docker command on your remote server. You should have a directory named appwrite created in the location you excuted te docker run command. The directory contains both .env
and docker-compose.yaml
files.
Also, you can refer to the github repo for the latest compose and env files https://github.com/appwrite/appwrite/tree/main

known issue: https://github.com/appwrite/appwrite/issues/6367
Recommended threads
- CSV uploads
when I loaded the CSV file into Appwrite, the data didn’t show up automatically. I had to manually enter each record myself. Not sure how to fix
- Correct way of updating console?
I see that console updates with regular minor fixes, now on self hosted version I have 6.0.13 what's the correct procedure to update it? If I update the vers...
- env var - APP_DOMAIN
Hey guys I am developing a flutter app - the app is already in production. Now I need to change the URL from the public IP to a domain. I cannot break the old u...
