f-o-a-m / kepler

A Haskell framework that facilitates writing ABCI applications
https://kepler.dev
Apache License 2.0
34 stars 9 forks source link

Add ELK compose file for nameservice #166

Closed IvantheTricourne closed 4 years ago

IvantheTricourne commented 4 years ago

Closes #163

IvantheTricourne commented 4 years ago

I use the following command from the root of hs-abci to run this on a local machine:

ES_HOST=docker.for.mac.localhost ES_PORT=9200 docker-compose -f nameservice-compose.yaml up
martyall commented 4 years ago

closing for #177