Contact and info about the organisation NIE-INE | NATIONAL INFRASTRUCTURE FOR EDITIONS | A swiss-wide organisation for the infrastructure of editions: https://www.nie-ine.ch/
Create a sandbox on Mongodb, choose a free instance.
In this sandbox, add your IP to the whitelist
Get the server-connect string, similiar to this: mongodb+srv://user:[email protected]/node-angular via klick on Connect, klick on connect your application, klick one nodejs
Run in Docker container ( does not work at the moment )
Download and run Docker container: docker run -p 5555:80 nieine/nieos:latest
Open localhost:5555 in browser
Optional: Set NGINX_HOST and NGINX_PORT to customise the webserver. E.g. docker run -e NGINX_HOST=http://example.com -e NGINX_PORT=1234 -p 1234:1234 nieine/nieos:latest.