forked from ethstaker/eth-docker
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathcommit-boost-pbs.yml
More file actions
28 lines (27 loc) · 781 Bytes
/
Copy pathcommit-boost-pbs.yml
File metadata and controls
28 lines (27 loc) · 781 Bytes
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
x-logging: &logging
logging:
driver: ${LOG_DRIVER}
options:
max-size: ${LOG_MAX_SIZE}
max-file: ${LOG_MAX_FILE}
tag: ${LOG_TAG}
services:
cb-pbs:
restart: "unless-stopped"
image: ${CB_PBS_DOCKER_REPO:-ghcr.io/commit-boost/pbs}:${CB_PBS_DOCKER_TAG:-latest}
environment:
CB_CONFIG: /cb-config.toml
volumes:
- ./commit-boost/cb-config.toml:/cb-config.toml:ro
networks:
default:
aliases:
# This allows multiple Eth Docker stacks all connected to the same bridge network
- ${MEV_ALIAS:-default-mev}
labels:
- metrics.scrape=true
- metrics.path=/metrics
- metrics.port=10000
- metrics.instance=cb-pbs
- metrics.network=${NETWORK}
- logs.collect=true