
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
- Queries about live WebSocket connections
Hey everyone! 👋 I'm exploring Appwrite for a live online test where thousands of candidates will be active simultaneously. I couldn't find any official docume...
- Enum
How can I decode a attribute that I set as enum in swift? I tried creating an enum variable in swift, but i got a json decoidng error. I looked through the do...
- **AppwriteException: Invalid document st...
I'm experiencing an issue with my Appwrite project where I'm getting the error: "Invalid document structure: Attribute '$tenant' has invalid type. Value must be...
