x_old_misp_docker
x_old_misp_docker copied to clipboard
Decoupling Database from MISP
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.
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.
Also see https://github.com/RH-ISAC/misp-docker