First of all, thanks for such product.
I am trying to install Pydio Cells in docker but with media DB. So the Maria DB exists only ones in server, not in docker. It has one fest IP and port.
So may be so one can help me with docker-compose.yml.
What parameters should i set do start pydio with such extern DB.
Hier is my example:
version: “2”
Once you run the docker-compose, it will spin up a Cells container, then you will have access to the webui installer and during this step you will be asked to provide your database credentials.
By the way, if you want to use another port (such as 8090) you must also change the bind/external address for Cells, here is an example of a docker-compose file with the environment variables.
By default cells is ran with a self-signed certificate so you can reach the web installer with https://domain or address:8090, if you do not wish to have a self-signed make sure to remove the s from https in the CELLS_EXTNERAL env var and change CELLS_NO_TLS to 1.