
Possible yes. Try to localte docker-compose created by docker run

Or directly use docker compose

Okay, so if I'll use docker compose I should pull the project locally right?

Save this file on docker-compose.yml : https://appwrite.io/install/compose

On same folder, create .env file with : https://appwrite.io/install/env

Remove existing docker config
docker stop $(docker ps -a -q)
docker rm $(docker ps -a -q)
docker image prune -f
docker system prune -a

Modify this on docker-compose.yml

And run docker compose up

Awesome! I'll do that

On .env, you need to adapt it (domain for ex)

Hi, Just another question. I want to access a database and show all the collections available and someone suggested that using custom function, so I tried to read the docs but I cant figure it out on my own ^_^

Is there better example I can follow 🙂

As it's a new suject, better to create a new post. Just inc ase : https://appwrite.io/docs/server/databases?sdk=nodejs-default#databasesListCollections

Thanks! its on server tabs

I think this will, just need to find a way to securely implement it together with the UI

You can't list collection as client

This is why you need to create function

And with function you can manage permission, and call listCollections with api key

Yes, but the application Im trying to create is a client app with user specific roles

Try to implement "roles" as teams

If you achieve connection via DB tool, don't forgot to add [SOLVED] at begin of your post title

Sure, im currently exploring all possibilities on appwrite

Yes, I can set this as solve for now because I found out that there's no way I can expose DB port that runs on pre-built docker image but instead manually docker-compose will do

[SOLVED]DB development Tool connect to MariaDB Docker

[SOLVED] DB development Tool connect to MariaDB Docker
Recommended threads
- Project receiving 403 Forbidden on /v1/a...
Project ID: 68521bce002aaebde8d0 Endpoint: https://fra.cloud.appwrite.io/v1 Problem: I am receiving a 403 Forbidden error with an empty response body when try...
- Is there a way I run all functions local...
Thanks for the great software! 🙂 One question, the command `appwrite run functions` always requires me to select a function to run without an "All" option. I ...
- SSL Certificate Not Provisioning for Cus...
Hello! I need some help with my Appwrite Cloud project. Project ID: 6878bf3f003760131a6d Custom Domain: api.hustleproof.app Problem: I have correctly configur...
