MISP / x_old_misp_docker

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

Create the database #79

Closed stevengoossensB closed 4 years ago

stevengoossensB commented 4 years ago

The container build fails when the database hasn't been created yet. This is because of the connection, which goes to the database directly. I added a check to verify on the first deployment whether the database already exists. If not, it needs to be created first.

adulau commented 4 years ago

Thank you!

stevengoossensB commented 4 years ago

Hi Alexandre,

I'm still reworking it (didn't know all of my recent commits would be added to the old PR) and I think it might be better to create a separate branch for this PR.... I've decided to move away from the split in containers between the front-end and db and use the MISP installer for the setup, which makes the container easier to maintain and update, but obviously that's a completely different approach than XME took...

Br

Steven