Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

After successful run, we should see the docker containers up & running:

Trigger the job:

Code Block
languagebash
titletrigger the job
curl -X POST http://localhost:8086/admin/start -d ""

Check logs on oru-app:

Code Block
languagebash
titlecheck logs
docker logs oru-app

...