Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 616 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 616 Bytes

thumbgen

Overview

thumbgen is a golang web-service for generating and uploading thumbnails of media files.

Usage

Running on local with go

go run main.go

Running via docker

docker build -t thumbgen:v-local .
docker run -d -p 4499:4499 thumbgen:v-local

Running via docker-compose

# note : check docker-compose.yaml and modify as required before running this
docker-compose up

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.