This is a docker compose test that runs the meteor-blaze-tutorial app using Oxide and PostgreSQL instead of MongoDB.
OxideDB is a translation layer that works as a MongoDB database server while using PostgreSQL's JSON capabilities as the underlying data store. Teach your PostgreSQL database how to speak MongoDB Wire Protocol!
git clone https://github.com/wreiske/meteor-oxidedb.git
cd meteor-oxidedb
docker-compose up -d --no-deps --build app
docker-compose up
Visit http://localhost:8888 to see the app.