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
- encrypt and decrypt buckets
I have a bucket where I switched from encryption to not encrypting files. I later realized that files already uploaded earlier stay encrypted. Now I have a buck...
- Unable to Create Storage After Upgrading...
We upgraded our Appwrite instance from version 1.8.0 to 1.9.0 and successfully ran the migration process. However, after the upgrade, we are no longer able to c...
- SSL certificate generation failed even t...
Hello, I have an Appwrite Site for which I added a custom domain. However, even though the domain is verified, the SSL certificate generation is failing. It is ...