Skip to content

todarch/todarch-gw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todarch Gateway Service

It is the gateway service for Todarch application.

Maven

mvn clean package

mvn clean package -DskipTests=true

Docker

  • Build your own image
docker image build -t todarch/gw:latest -f dockerfiles/Dockerfile .
  • Or use the image from public repository (when master branch is updated, it is automatically rebuilt on Docker Cloud)
docker container run -it --rm --name todarch-gw -p 8082:8080 todarch/gw

Heroku

  • master branch is automatically deployed as Heroku app after each successful Jenkins build.