Could you tell me how to use docker install to generate the docker-comoose.yml file?
Just run the install command
_APP_SYSTEM_EMAIL_NAME _APP_SYSTEM_EMAIL_ADDRESS _APP_SYSTEM_SECURITY_EMAIL_ADDRESS _APP_DOMAIN _APP_SMTP_HOST| _APP_SMTP_PORT _APP_SMTP_SECURE _APP_SMTP_USERNAME _APP_SMTP_PASSWORD Between others.
Where is the install executable?
No...this install command
Could you tell me how to use docker install to generate the docker-comoose.yml file?
Did you run the command?
docker install ?
yes
Did you run it?
yes
And what happened?
Good... Now look in the current folder
There should be an appwrite folder with a docker-compose.yml file and .env file
Now I was able to understand the complete installation. Wouldn't it be better to update the documentation. So as not to get confused?
Thank you very much for your attention.
The manual installation part or what?
We got confused in the steps. The command creates all necessary files for installation. And the documentation for manual installation states that it must be downloaded from the repository. It's confusing.
Yes, we will be updating the manual installation docs
thank you very much. With each passing day we like appwrite more. It changed our workflow for the better. Congratulations.
I also wasted few hours, tried to modify development docker-compose.yml(from github) to production as I could not find it anywhere and Manual install docs did not state that you can generate production yaml this way. Reading this solved the issue. thanks. would like if this clearly in docs
There was a PR pending release (which just happened now): https://appwrite.io/docs/advanced/self-hosting#manual
Recommended threads
- script "build" was terminated by signal ...
Heyo, For some reason, my Next.js 16.0.10 version does not build properly. Here is the last logs: ``` 1063 packages installed [22.54s] $ next build ⚠ No build...
- Auth not working on expo react native
I'm trying to launch a development server with expo go and appwrite as a backend. On my windows pc, I've got a local docker instance of appwrite running as my b...
- Urgent help required - Could not resolve...
I upgraded my production environment to 1.8.0 but experienced issues with appwrite running out of worker threads. I downgraded back to 1.6.1 and restored the da...