x_old_misp_docker icon indicating copy to clipboard operation
x_old_misp_docker copied to clipboard

Splitting out DB to separate container?

Open EricJoGonzalez opened this issue 5 years ago • 5 comments

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

EricJoGonzalez avatar Feb 26 '20 18:02 EricJoGonzalez

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

namishelex01 avatar Mar 11 '20 13:03 namishelex01

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.

legoguy1000 avatar Jul 09 '20 17:07 legoguy1000

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

TheOfficalNick avatar Jun 23 '21 15:06 TheOfficalNick

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

legoguy1000 avatar Jun 23 '21 17:06 legoguy1000

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

ktb-jcm avatar Oct 29 '21 20:10 ktb-jcm