This repository contains the data privacy microservice in the FIWOO platform
473
This repository contains the data privacy microservice in the FIWOO platform
Install Apache Maven and Java 1.8 in your host.
MySQL server needs to be accessible in local or in docker instances.
In order to deploy this microservice using Docker, follow these steps:
Download the docker image from Docker Hub
docker pull fiwoo/data_privacy
Run the image. You have to inlude Environment Variables with the configurations for chino.io, the dataprivacy Mysql database, Eureka and auth:
Chino configuration
Database Configuration
Eureka configuration
auth configuration
The service is deployed in port 5050:
`sudo docker run -p 5050:5050 --name data_privacy -e "APPID=<appid>" -e "APPKEY=<appkey>" -e "CUSTOMERID=<customerId>" -e "CUSTOMERKEY=<customerkey>" -e "GROUPDOCTOR=<groupDoctor>" -e "SCHEMA=<schema>" -e "USERSCHEMADOCTOR=<userschemadoctor>" -e "USERSCHEMAPATIENT=<userschemapatient>" -e "URLCHINO=<urlchino>" -e "URLDB=jdbc:mysql://<Database URL>:<Database Port>/<Database name>" -e "USERDB=<user>" -e "PASSDB=<password>" -e "PASSAED=encryption password" -e "EUREKA_VHOST=<Eureka Host>" -e "EUREKA_PORT=<eureka port>" -e "SECRET=<auth secret>" fiwoo/data_privacy`
Content type
Image
Digest
Size
478.8 MB
Last updated
over 8 years ago
docker pull fiwoo/data-privacy