| .dockerignore | ||
| .gitignore | ||
| bun.lock | ||
| docker-compose.yml | ||
| Dockerfile | ||
| index.ts | ||
| minio.ts | ||
| package.json | ||
| process-image.ts | ||
| README.md | ||
| tsconfig.json | ||
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.