I'm trying to get AIVA running on a Docker instance on my Windows machine (I know, I know). npm start is giving me a SequelizeConnection error. It looks like the Dockerfile is setup with postgres in mind, but the AIVA config has been updated to use mysql.
I'm trying to get AIVA running on a Docker instance on my Windows machine (I know, I know). npm start is giving me a SequelizeConnection error. It looks like the Dockerfile is setup with postgres in mind, but the AIVA config has been updated to use mysql.