Skip to content
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.

Commit

Permalink
#71 Base Alerting Implementation For Ethereum Pump
Browse files Browse the repository at this point in the history
-migrate ethereum dump to java 10
-remove old prod files
-update grafana version
  • Loading branch information
hleb-albau committed Apr 2, 2018
1 parent aa3ddf1 commit d3e8a98
Show file tree
Hide file tree
Showing 17 changed files with 6 additions and 4,113 deletions.
4 changes: 2 additions & 2 deletions build-and-run-docker-image.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
docker build -t build/pump-eth -f ./pumps/ethereum/Dockerfile ./
docker run -e CHAIN=ETHEREUM -e KAFKA_TRANSACTION_BATCH=1000 --net=host build/pump-eth
docker build -t build/dump-eth -f ./dumps/ethereum/Dockerfile ./
docker run -e CHAIN=ETHEREUM --net=host build/dump-eth
4 changes: 2 additions & 2 deletions devops/dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ services:

grafana:
network_mode: host
container_name: grafana3
container_name: grafana
restart: on-failure
image: grafana/grafana:5.0.0
image: grafana/grafana:5.0.4
# ports:
# - "3000:3000"
Loading

0 comments on commit d3e8a98

Please sign in to comment.