x_old_misp_docker icon indicating copy to clipboard operation
x_old_misp_docker copied to clipboard

Decoupling Database from MISP

Open TheOfficalNick opened this issue 4 years ago • 2 comments
trafficstars

Writing to see if anyone has decoupled the mysql db container from the MISP web container? My end goal is to utilize PaaS in Azure for hosting the DB via MariaDB and then spin the MISP web portion in a container for minimal maintenance.

TheOfficalNick avatar Jun 22 '21 15:06 TheOfficalNick

This is the same scenario which I am using. The docker-compose file (https://github.com/MISP/misp-docker/blob/master/docker-compose.yml) sets it up in this manner.

stevengoossensB avatar Jul 09 '21 10:07 stevengoossensB

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

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