digger
digger copied to clipboard
Run locally with a minio S3
It would be sweet if we also run locally with a minio s3 and https://github.com/nektos/act ?
I assume it needs a S3 bucket right ?
Its a bit like how I use makefiles for local CI and github workflows CI so I can run the same code locally as in CI. Makes things quicker. Just my own weird way i know.
Raised by u/gedw99 in the "trending on github" reddit thread
Related to #430
Related to #141
Just adding myself to this.
I have a makefile that automatically installs and boots minio if you want it ?
Works on all OS’s.
Also overmind !! It works great to run everything under you.
https://github.com/DarthSim/overmind
for windows Goreman does same thing almost
https://github.com/mattn/goreman
you can also replace as dynamic db with NATS.
It will then be cloud independent and you can run everything locally too.
hey @gedw99 were you able to get the action running locally? Would be great to share more details with us so that we can also update our documentation pages!