Hi,
I am new to Docker. I would like to install Dojo in a Docker container, but I am struggling with the config on the docker-compose yml file to connect it to a remotely hosted mysql database. The reason being, if I want to install Dojo in Prod, I would like the data to persist even when the docker container isn't available.
Is it possible to connect to an external db, while choosing either sqlite or mysql for Dojo? Can you please help?
Hi, I am new to Docker. I would like to install Dojo in a Docker container, but I am struggling with the config on the docker-compose yml file to connect it to a remotely hosted mysql database. The reason being, if I want to install Dojo in Prod, I would like the data to persist even when the docker container isn't available. Is it possible to connect to an external db, while choosing either sqlite or mysql for Dojo? Can you please help?
Thanks.