Skip to content

y-a-v-a/maxcompressor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maxcompressor

A simple site that compresses jpeg images to compression level 0 using libgd, send the result to the client and store it also on AWS S3.

Vincent Bruijn vebruijn@gmail.com (http://www.vincentbruijn.nl) (c) 2014-2021

https://adrianhesketh.com/2021/06/14/go-cdk-app-runner/ https://nodejs.org/en/docs/guides/nodejs-docker-webapp/

Run in AWS App Runner and first upload docker image to AWS

$ docker build . -t vincentb/maxcompressor

$ docker run -p 8080:8080 -d vincentb/maxcompressor

$ docker exec -it 906b9880e70febeae857f818a1fdfd43446de359f59f4a54cac601f7aa0c6fe5 /bin/bash

$ docker exec -u 0 -it bb4683d7be4b bash

About

A simple site that compresses jpeg images to compression level 0 using libgd.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Contributors