-
Notifications
You must be signed in to change notification settings - Fork 272
Expand file tree
/
Copy pathmev-boost.yml
More file actions
52 lines (51 loc) · 1.36 KB
/
mev-boost.yml
File metadata and controls
52 lines (51 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
x-logging: &logging
logging:
driver: json-file
options:
max-size: 100m
max-file: "3"
tag: "{{.ImageName}}|{{.Name}}|{{.ImageFullID}}|{{.FullID}}"
services:
mev-boost:
restart: "unless-stopped"
build:
context: ./flashbots
dockerfile: ${MEV_DOCKERFILE}
args:
- BUILD_TARGET=${MEV_SRC_BUILD_TARGET:-develop}
- SRC_REPO=${MEV_SRC_REPO:-https://github.com/flashbots/mev-boost}
- DOCKER_TAG=${MEV_DOCKER_TAG:-latest}
- DOCKER_REPO=${MEV_DOCKER_REPO:-flashbots/mev-boost}
image: mev-boost:local
pull_policy: never
networks:
default:
aliases:
- ${MEV_ALIAS:-default-mev} # This allows multiple Eth Docker stacks all connected to the same bridge network
environment:
- MEV_EXTRAS=${MEV_EXTRAS:-}
entrypoint:
- docker-entrypoint.sh
- /app/mev-boost
- -addr
- 0.0.0.0:18550
- -${NETWORK}
- -relay-check
- -relays
- ${MEV_RELAYS}
- -min-bid
- ${MEV_MIN_BID:-0}
- -loglevel
- ${LOG_LEVEL}
- -metrics
- -metrics-addr
- 0.0.0.0:18551
<<: *logging
labels:
- metrics.scrape=true
- metrics.path=/metrics
- metrics.port=18551
- metrics.instance=mev-boost
- metrics.network=${NETWORK}
- logs.collect=true
- obol-alloy-monitored=true