Hello Developers,
I'm trying to run a Mendix project locally inside a Docker container. I have followed the following Mx guide: https://docs.mendix.com/deployment/docker/build-docker-image-from-mendix-project. However I have not been able to successfully run the image locally after building it with the guide.
My computer has Docker, Hyper-V and the Mendix buildpack installed/enabled.
I'm currently getting a 'Database KEYERROR'. When I try to run the image (docker run <image name>). When I run the command from the readme.md (docker run -it -e ADMIN_PASSWORD=Password1! -e DATABASE_ENDPOINT=postgres://username:password@host:port/mendix mendix/mendix-buildpack:v1.2) The command line freezes, and I receive no feedback whatsoever. In the 2nd command I have changed the "username" and "password" to the MxAdmin variant.
Please help :)