This repository contains the density maps microservice in the FIWOO platform
352
This repository contains the density maps microservice in the FIWOO platform
Install Apache Maven and Java 1.8 in your host.
Run mvn clean package to generate the .jar file.
In order to deploy this microservice using Docker, follow this steps:
Download the docker image from Docker Hub
`docker pull fiwoo/density-maps`
Run the image. Take into account that the microservice is started on port 5000. You can also configure Eureka URL and PORT using the environment variables as below: EUREKAVHOST and EUREKAPORT. You also need to give as an environment variable the SECRET for decoding the JWT.
`sudo docker run -d --name density_maps -p 5000:5000 -e "EUREKA_VHOST=<eureka host url>" -e "EUREKA_PORT=<eureka port>" -e "SECRET=<JWT SECRET>" fiwoo/density-maps`
Content type
Image
Digest
Size
475.2 MB
Last updated
over 8 years ago
docker pull fiwoo/density-maps