File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed
Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 11services :
22 bundler :
3- image : ghcr.io/silius-rs/silius:v07 -latest
3+ image : ghcr.io/silius-rs/silius:v08 -latest
44 command :
55 - node
66 - --eth-client-address
Original file line number Diff line number Diff line change 1+ services:
2+ bundler:
3+ image: ghcr.io/silius-rs/silius:v07-latest
4+ command:
5+ - node
6+ - --eth-client-address
7+ - $ETH_RPC_URL
8+ - --datadir
9+ - data/silius
10+ - --mnemonic-file
11+ - /root/0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266
12+ - --beneficiary
13+ - "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266"
14+ - --entry-points
15+ - $ENTRYPOINT
16+ - --http
17+ - --http.addr
18+ - 0.0.0.0
19+ - --http.port
20+ - "3000"
21+ - --http.api
22+ - eth,debug,web3
23+ - --poll-interval
24+ - "5"
25+ ports: [ '3000:3000' ]
26+ volumes:
27+ - ./keys:/root
28+
You can’t perform that action at this time.
0 commit comments