Skip to content

Commit f3596af

Browse files
committed
commit-boost config
1 parent 58ba58e commit f3596af

2 files changed

Lines changed: 12 additions & 5 deletions

File tree

commit-boost/config.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
chain = "Mainnet"
2+
3+
[pbs]
4+
port = 18550
5+
6+
[[relays]]
7+
id = "titan"
8+
url = "https://0x8c4ed5e24fe5c6ae21018437bde147693f68cda427cd1122cf20819c30eda7ed74f72dece09bb313f2a1855595ab677d@titanrelay.xyz"

docker-compose.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,10 @@ services:
144144
#
145145
commit-boost:
146146
image: ghcr.io/commit-boost/pbs:${COMMITBOOST_VERSION:-v0.7.0}
147-
command:
148-
[
149-
"--listen-address=0.0.0.0:18550",
150-
"--builder=https://boost.commitboost.xyz"
151-
]
147+
environment:
148+
- CB_CONFIG=/etc/commit-boost/config.toml
149+
volumes:
150+
- ./commit-boost/config.toml:/etc/commit-boost/config.toml:ro
152151
labels:
153152
- "promtail-monitored=${COMMIT_BOOST_PROMTAIL_MONITORED:-true}"
154153
networks: [dvnode]

0 commit comments

Comments
 (0)