armanhadiOriginal post
Rank 2: Process
I have noticed that after appwrite rebrand they removed the link to docker-compose and .env file , this is bad because now i need to run the docker command which is on docs to just get those files because i'm using Pulumi and i put docker-compose and .env on my repo then everything is automated and deployed for me , I think this is also issue if using terraform .
Summary
There is a known issue where the docker-compose and .env files are not included in the Appwrite docs. You can find these files on the Appwrite GitHub repository. This change happened after the Appwrite rebranding. To get the files, you need to run the docker command mentioned in the docs. This is inconvenient for those using Pulumi or Terraform because they rely on automated deployment with these files.