Example setup that allows to enqueue jobs from elixir
app and execute them using sidekiq
.
docker-compose up
curl -XPOST -H "Content-type: application/json" -d '{ "name": "Walter White" }' 'http://localhost:4000/greet'
http://localhost:3000/sidekiq