Hi, I have a short question about a part in the docker-compose.yml which is publicly available on github.
I am setting up appwrite at the moment and I am wondering about this two lines here:
When I want to use appwrite in production, do I have to change these both lines?
Line 49 to image: appwrite-lastest Line 55 to VERSION: latest
Or shouldn't I change this an leave it like it is for production use?
Thanks in advance for the help!
As the top of the file states, this file is for development. Don't use it for production.
You should install appwrite using https://appwrite.io/docs/advanced/self-hosting#install-with-docker
Ok, now I got it. Didn't get it, that the manual steps are only for development use.
Thanks!
Recommended threads
- No server error on selfhosted appwrite
Please help me, my clients is ask what happen on their data? How can i make it up again?
- Worker functions stuck on "Fetched 0 fun...
Appwrite Version: 1.9.0 Bug Description: The appwrite-worker-functions container gets stuck in an infinite loop logging "Fetched 0 functions..." while scheduled...
- Upgrading selfhost version?
It is okay to upgrade version to higher one, of my current version is 1.7.4 to 1.8.1. Is that safe to do cause my clients already have data on that? Also is a...