We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58ba58e commit f3596afCopy full SHA for f3596af
2 files changed
commit-boost/config.toml
@@ -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
@@ -144,11 +144,10 @@ services:
144
#
145
commit-boost:
146
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
- ]
+ environment:
+ - CB_CONFIG=/etc/commit-boost/config.toml
+ volumes:
+ - ./commit-boost/config.toml:/etc/commit-boost/config.toml:ro
152
labels:
153
- "promtail-monitored=${COMMIT_BOOST_PROMTAIL_MONITORED:-true}"
154
networks: [dvnode]
0 commit comments