smartcommunitylab / sco.streetcleaning

2 stars 1 forks source link

Street Cleaning Project

Requirements

Data Sources

Java Build / Run

Build with Maven: mvn clean package -Dmaven.test.skip=true

Run standalone Java app: java -jar target/streetcleaning-1.0.0.jar The server is started and listening on port 8080

Docker

Build image

docker build -t smartcommunitylab/streetcleaning .

Run image

docker run -p 8080:8080 smartcommunitylab/streetcleaning

Docker compose

docker-compose up

Environment Variables