Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Latest commit

 

History

History
47 lines (33 loc) · 1.07 KB

README.md

File metadata and controls

47 lines (33 loc) · 1.07 KB

Prox Proposal Service

Add here the description...

Installation

mvn clean install

Executes the Maven default lifecycle up to the install phase. During package phase a runnable JAR is created and during install phase a docker image is build.

Local usage

Powershell

$env:IMAGE='prox-proposal-service'; `
$env:TAG='latest'; `
docker-compose -f ./src/main/docker/docker-compose.yml up

Bash/Shell

export IMAGE="prox-proposal-service" &&
export TAG="latest" &&
docker-compose -f ./src/main/docker/docker-compose.yml up

Starts a Docker container based on the compose file and the image. A Docker network named prox is required for the communication between services:

docker network create prox

Local usage in IntelliJ IDEA

For the necessary steps please look in Run/Debug in IntelliJ IDEA.

About the Team

This service is currently developed by

  • < Add your name here>