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
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...
- Create admin user?
I'm not really sure how this is supposed to work, I installed Appwrite through docker-compose and set it up. When I launched the app and went into it, I created...