Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 815 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 815 Bytes

smart image thumbnail services

Build Status

Build

build local

build and push docker images to local repository

$ ./gradlew clean build jibDockerBuild

build remote

build and push docker images to remote repository

$ ./gradlew clean build jib

run local

Install gcloud cli to upload images. GCloud credentials will be mounted into the container $ gcloud auth login

Run Container $ docker-compose up

Configuration

The .env file contains the gcloud repository and bucket name and is used by the gradle build and docker.