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
- Which flutter SDK version for Self Hoste...
Hi all, Is there a good way to figure out which version of flutter SDK and Dart SDK is current for latest available self-hosted 1.8.0 ? I know new features are...
- Bug Report: Crash when trying to createR...
https://github.com/appwrite/sdk-for-android/issues/96 I think the bug is related with this one https://discord.com/channels/564160730845151244/1443887021314539...
- Dokploy docker compose
Hey guys hope y'all doing well, I was wondering if anyone could share a working 1.8.0 docker-compose that works with Dokploy I tried making it but it just does...