Sample project to depict implementation of jobrunr in Sprintboot dockerized application with PostGRE DB using docker-compose
To run this sample application please follow the below steps.
- Docker is running
- Docker Compose is installed in the system where Docker is running Reference
Note: Docker compose should already be available if you are having Docker Desktop either for Windows or MacOS
- Build the Docker image using docker-compose from the root directory of the project.
docker-compose build
- Run the application
docker-compose up
-
View JobRunr Dashboard
-
Trigger a new Job by using the enqueue
http://localhost:8080/jobs/enqueue/{JOB_NAME}
endpoint whereJOB_NAME
is the name of the Job you would like to give for displaying on the JobRunr dashboard