Back

Question about changing parts in the docker-compose.yml

  • 0
  • Self Hosted
vollzeitemo
21 Nov, 2023, 20:07

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:

https://github.com/appwrite/appwrite/blob/5a715ff68cba4171bf3473eabc83b84a4ae5876c/docker-compose.yml#L49

https://github.com/appwrite/appwrite/blob/5a715ff68cba4171bf3473eabc83b84a4ae5876c/docker-compose.yml#L55

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!

TL;DR
The user has a question about two lines in the docker-compose.yml file for setting up Appwrite. They want to know if these lines need to be changed for production use or left as-is. The suggested solution is to change line 49 to "image: appwrite-latest" and line 55 to "VERSION: latest" for production use.
Drake
21 Nov, 2023, 20:23

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

vollzeitemo
21 Nov, 2023, 20:46

Ok, now I got it. Didn't get it, that the manual steps are only for development use.

vollzeitemo
21 Nov, 2023, 20:46

Thanks!

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more