MISP / x_old_misp_docker

MISP Docker (XME edition)
283 stars 168 forks source link

Splitting out DB to separate container? #85

Open EricJoGonzalez opened 4 years ago

EricJoGonzalez commented 4 years ago

Is there any reason why the DB can't be split in to a separate container?

namishelex01 commented 4 years ago

Yes, you can. Create a separate container and add misp image dependent upon db image in the docker compose configuration file.

legoguy1000 commented 4 years ago

With the most recent commit, you are now installing MariaDB into the image. Why? The whole point of containers is to minimize the amount of services in a single image.

TheOfficalNick commented 3 years ago

Hi @EricJoGonzalez. Have you successfully done this yet? I am looking to do something similar and came across this issue.

legoguy1000 commented 3 years ago

Our custom docker image years a separate redis and db container. Works really well

ktb-jcm commented 2 years ago

Also See: https://github.com/RH-ISAC/misp-docker