Library Settings Get Help
Stacktora
Stacktora / Vault / File Upload & Media Processing
Backend by @ops

File Upload & Media Processing

Postgres for records, MinIO for S3-compatible object storage, and a background worker already wired in for the actual processing — resizing images, transcoding video, generating thumbnails — instead of doing it inline and blocking the request.

Loads this recipe straight into the wizard — every setting stays editable before you generate anything.

The stack

Node.js 24 PostgreSQL MinIO

Install

# pulls this exact recipe straight from the Vault
$ npx stacktora install file-upload-media-processing --remote
$ stacktora sync   # generate the files

What you get

docker-compose.ymlMakefileDockerfileREADME.md.env.example.gitignore.dockerignore.github/workflows/ci.yml.tool-versions.editorconfigProcfile … and more

More from the Vault