Describe the solution you'd like
Currently self-hosting on an Ubuntu VPS
Currently using lxc to create a container, but that's not really important.
It would be great to have a Dockerfile so a Docker image can be built and deployed.
Installing the node app is relatively straightforward.
Assistance needed to add MongoDB to the Dockerfile and create a database with needed parameters.
Describe alternatives you've considered
LXC : works fine but most of my self-hosting environment is based on Docker
Describe the solution you'd like Currently self-hosting on an Ubuntu VPS Currently using lxc to create a container, but that's not really important. It would be great to have a Dockerfile so a Docker image can be built and deployed. Installing the node app is relatively straightforward. Assistance needed to add MongoDB to the Dockerfile and create a database with needed parameters.
Describe alternatives you've considered LXC : works fine but most of my self-hosting environment is based on Docker