Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arbitrum for scout #23

Merged
merged 4 commits into from
Sep 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 0 additions & 12 deletions docker/build.sh

This file was deleted.

12 changes: 6 additions & 6 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
build:
context: ./scout
ports:
- "8804:8801"
- "8801"
environment:
- ETHNODEURL
container_name: ibbtc-events
Expand All @@ -14,7 +14,7 @@ services:
build:
context: ./scout
ports:
- "8802:8801"
- "8081"
environment:
- ETHNODEURL
container_name: events
Expand All @@ -25,7 +25,7 @@ services:
context: ./scout
container_name: arb-collector
ports:
- "8801:8081"
- "8081"
environment:
- ARBNODEURL
entrypoint:
Expand All @@ -36,13 +36,13 @@ services:
context: ./scout
container_name: scout-collector
ports:
- "8801:8801"
- "8801"
environment:
- ETHNODEURL
renderer:
image: grafana/grafana-image-renderer:latest
ports:
- 8081
- "8081"
environment:
ENABLE_METRICS: "true"
grafana:
Expand All @@ -54,7 +54,7 @@ services:
volumes:
- grafana-data:/var/lib/grafana
environment:
- GF_RENDERING_SERVER_URL=http://renderer:8081/renderer
- GF_RENDERING_SERVER_URL=http://renderer:9090/renderer
- GF_RENDERING_CALLBACK_URL=http://grafana:3000/
- GF_LOG_FILTERS=rendering:debug
- PROMETHEUS_URL=http://prometheus:9090
Expand Down