MISP / x_old_misp_docker

MISP Docker (XME edition)
284 stars 172 forks source link

Decoupling Database from MISP #119

Open TheOfficalNick opened 3 years ago

TheOfficalNick commented 3 years ago

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.

stevengoossensB commented 3 years ago

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.

ktb-jcm commented 2 years ago

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