Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 512 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 512 Bytes

RSO: Customers microservice

Prerequisites

docker run -d --name rso-customers -e POSTGRES_USER=dbuser -e POSTGRES_PASSWORD=postgres -e POSTGRES_DB=customer -p 5432:5432 postgres:latest

Run application in Docker

docker run -p 8080:8080 -e KUMULUZEE_CONFIG_ETCD_HOSTS=http://192.168.99.100:2379 amela/customers

Travis status

Build Status