minio-worker/README.md
2025-04-19 22:30:18 +03:00

534 B

Minio Worker

this worker is used to listen to mini events and then create new images variants

To install dependencies:

bun install

To run:

bun run index.ts

To Build Container:

docker buildx build --platform linux/amd64 -t git.farahty.com/nimer/minio-worker .

To Push Container to Registry:

docker push git.farahty.com/nimer/minio-worker

This project was created using bun init in bun v1.2.10. Bun is a fast all-in-one JavaScript runtime.