aaronweaver / docker-DefectDojo

Ready to run production environment for DefectDojo
7 stars 6 forks source link

Connecting to a mysql db running on remote host #9

Open V1Reddy opened 6 years ago

V1Reddy commented 6 years ago

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.