Docker Compose

Not recommended for Production

git clone https://github.com/devit-tel/melonade.git
cd melonade
docker-compose up

This may take for a while, I prefer you to grab some juices while waiting

After every services are up, it automatic create sample workflows to play with, open new terminal then run follow commands

Start workers

node ./examples/simple/worker.js

Create new transaction

node ./examples/simple/admin.js

And you must see this in workers terminal

Processing t1
Processing t2
Processing t3

Last updated