
Hello, i am using appwrite with custom setup(added my own oauth service) and currently using the docker-compose.yaml file to run it on my server. File has a warning saying it is not secure to use it. Is there another example docker-compose file that i can use, using my own builds? If not i will manually do them adding build tags to the services like :
appwrite:
container_name: appwrite
<<: *x-logging
image: my-namespace/appwrite-dev
build:
context: .
args:
DEBUG: false
TESTING: true
VERSION: dev
But i am also not sure about which ports i can leave open.

Take it : https://appwrite.io/install/compose

ah thx i just realized all services using the same image, i just change the image name of "appwrite" service to mine. Should be enough for custom oauth2 provider, i guess. Other services dont use those files i assume
Recommended threads
- DigitalOcean Droplet SMTP failure with m...
Is there any way to get the appwrite 1.6 mailer docker image working on a droplet? I can send emails via the appwrite console, but my magiclinks always fiail wi...
- unable to remove project 500 error
We are unable to remove a project, when clicking setting option it showing 500 Server Error
- How to run queries to get the storage li...
I installed the n8n (self-hosting) and community node n8n-nodes-nappwrite. I tried to get the storage list files more than 25 records. But I cannot find the w...
