This is a docker compose file with Kestra and jenkins in same network as a microservice. You can try out in your local computer for quick testing and development.
Just go to the project source run the below commands
git clone --project--
cd --project--
docker-compose up -d (if using docker compose V2)
docker compose up -d (if using docker compose V3)
#To remove the container and its volume
docker compose down -v
The kestra and jenkins are citied to their rightfull owners and you can find documentions for this in the below link. Kestra Jenkins