The "gcp-scale-image" project is simple node.js app based on express.js for google cloud run.
App has 1 endpoint of method POST
which require Pub/Sub notification about uploaded file to bucket and environment variable BUCKET
with name of bucket to upload scaled images.
docker run -p 8080:8080 ghcr.io/elgovanni/gcp-scale-image:master