File tree 1 file changed +23
-5
lines changed
1 file changed +23
-5
lines changed Original file line number Diff line number Diff line change 1
1
version : " 3.8"
2
2
services :
3
3
bitcoind :
4
- image : " ruimarinho/bitcoin-core:0.20"
4
+ image : " ruimarinho/bitcoin-core:0.21"
5
+ network_mode : host
5
6
command :
6
7
- -testnet
7
8
- -server
@@ -13,17 +14,17 @@ services:
13
14
- -rpcuser=rpcuser
14
15
- -rpcpassword=rpcpassword
15
16
- -fallbackfee=0.0002
16
- ports :
17
- - " 18332:18332"
18
17
volumes :
19
18
- ./cache:/home/bitcoin/.bitcoin/testnet3
20
19
restart : unless-stopped
21
20
vault :
22
21
image : " interlayhq/interbtc-clients:vault-0-8-2"
22
+ network_mode : host
23
23
command :
24
24
- vault
25
+ - --no-bitcoin-block-relay
25
26
- --bitcoin-rpc-url
26
- - " http://bitcoind :18332"
27
+ - " http://localhost :18332"
27
28
- --bitcoin-rpc-user
28
29
- rpcuser
29
30
- --bitcoin-rpc-pass
@@ -39,11 +40,28 @@ services:
39
40
- --telemetry-url
40
41
- " https://api.interlay.io/telemetry"
41
42
- --btc-parachain-url
42
- - " wss://api.interlay.io/parachain"
43
+ # "--btc-parachain-url" can be set to '- "ws://localhost:9944"' to repoint vault for accessing parachain through collator service
44
+ - " https://api.interlay.io/parachain"
45
+ - --no-api
43
46
environment :
44
47
RUST_LOG : info
45
48
volumes :
46
49
- type : bind
47
50
source : ./keyfile.json
48
51
target : /keyfile.json
49
52
restart : unless-stopped
53
+ collator :
54
+ image : " interlayhq/interbtc:interbtc-standalone-0.8.5"
55
+ network_mode : host
56
+ command :
57
+ - interbtc-standalone
58
+ - --base-path=/interbtc
59
+ - --chain=/interbtc/testnet.json
60
+ - --unsafe-ws-external
61
+ - --rpc-methods=Unsafe
62
+ - --rpc-cors=all
63
+ environment :
64
+ RUST_LOG : info
65
+ volumes :
66
+ - ./interbtc:/interbtc
67
+ restart : unless-stopped
You can’t perform that action at this time.
0 commit comments