@@ -33,68 +33,56 @@ services:
33
33
volumes :
34
34
- mainnet-lite-volume:/tmp/blockchain
35
35
command :
36
- - /bin/bash
37
- - -c
38
- - |
39
- node-subtensor \
40
- --base-path /tmp/blockchain \
41
- --chain raw_spec_finney.json \
42
- --rpc-external --rpc-cors all \
43
- --no-mdns \
44
- --bootnodes /dns/bootnode.finney.chain.opentensor.ai/tcp/30333/ws/p2p/12D3KooWRwbMb85RWnT8DSXSYMWQtuDwh4LJzndoRrTDotTR5gDC \
45
- --sync warp
36
+ - --base-path=/tmp/blockchain
37
+ - --chain=/raw_spec_finney.json
38
+ - --rpc-external
39
+ - --rpc-cors=all
40
+ - --no-mdns
41
+ - --bootnodes=/dns/bootnode.finney.chain.opentensor.ai/tcp/30333/ws/p2p/12D3KooWRwbMb85RWnT8DSXSYMWQtuDwh4LJzndoRrTDotTR5gDC
42
+ - --sync=warp
46
43
47
44
mainnet-archive :
48
45
<< : *common
49
46
container_name : subtensor-mainnet-archive
50
47
volumes :
51
48
- mainnet-archive-volume:/tmp/blockchain
52
49
command :
53
- - /bin/bash
54
- - -c
55
- - |
56
- node-subtensor \
57
- --base-path /tmp/blockchain \
58
- --chain raw_spec_finney.json \
59
- --rpc-external --rpc-cors all \
60
- --no-mdns \
61
- --bootnodes /dns/bootnode.finney.chain.opentensor.ai/tcp/30333/ws/p2p/12D3KooWRwbMb85RWnT8DSXSYMWQtuDwh4LJzndoRrTDotTR5gDC \
62
- --pruning=archive
50
+ - --base-path=/tmp/blockchain
51
+ - --chain=/raw_spec_finney.json
52
+ - --rpc-external
53
+ - --rpc-cors=all
54
+ - --no-mdns
55
+ - --bootnodes=/dns/bootnode.finney.chain.opentensor.ai/tcp/30333/ws/p2p/12D3KooWRwbMb85RWnT8DSXSYMWQtuDwh4LJzndoRrTDotTR5gDC
56
+ - --pruning=archive
63
57
64
58
testnet-lite :
65
59
<< : *common
66
60
container_name : subtensor-testnet-lite
67
61
volumes :
68
62
- testnet-lite-volume:/tmp/blockchain
69
63
command :
70
- - /bin/bash
71
- - -c
72
- - |
73
- node-subtensor \
74
- --base-path /tmp/blockchain \
75
- --chain raw_spec_testfinney.json \
76
- --rpc-external --rpc-cors all \
77
- --no-mdns \
78
- --bootnodes /dns/bootnode.test.finney.opentensor.ai/tcp/30333/p2p/12D3KooWPM4mLcKJGtyVtkggqdG84zWrd7Rij6PGQDoijh1X86Vr \
79
- --sync warp
80
- --reserved-nodes /dns/bootnode.test.finney.opentensor.ai/tcp/30333/p2p/12D3KooWPM4mLcKJGtyVtkggqdG84zWrd7Rij6PGQDoijh1X86Vr \
81
- --reserved-only
64
+ - --base-path=/tmp/blockchain
65
+ - --chain=/raw_spec_testfinney.json
66
+ - --rpc-external
67
+ - --rpc-cors=all
68
+ - --no-mdns
69
+ - --bootnodes=/dns/bootnode.test.finney.opentensor.ai/tcp/30333/p2p/12D3KooWPM4mLcKJGtyVtkggqdG84zWrd7Rij6PGQDoijh1X86Vr
70
+ - --sync=warp
71
+ - --reserved-nodes=/dns/bootnode.test.finney.opentensor.ai/tcp/30333/p2p/12D3KooWPM4mLcKJGtyVtkggqdG84zWrd7Rij6PGQDoijh1X86Vr
72
+ - --reserved-only
82
73
83
74
testnet-archive :
84
75
<< : *common
85
76
container_name : subtensor-testnet-archive
86
77
volumes :
87
78
- testnet-archive-volume:/tmp/blockchain
88
79
command :
89
- - /bin/bash
90
- - -c
91
- - |
92
- node-subtensor \
93
- --base-path /tmp/blockchain \
94
- --chain raw_spec_testfinney.json \
95
- --rpc-external --rpc-cors all \
96
- --no-mdns \
97
- --bootnodes /dns/bootnode.test.finney.opentensor.ai/tcp/30333/p2p/12D3KooWPM4mLcKJGtyVtkggqdG84zWrd7Rij6PGQDoijh1X86Vr \
98
- --pruning=archive
99
- --reserved-nodes /dns/bootnode.test.finney.opentensor.ai/tcp/30333/p2p/12D3KooWPM4mLcKJGtyVtkggqdG84zWrd7Rij6PGQDoijh1X86Vr \
100
- --reserved-only
80
+ - --base-path=/tmp/blockchain
81
+ - --chain=/raw_spec_testfinney.json
82
+ - --rpc-external
83
+ - --rpc-cors=all
84
+ - --no-mdns
85
+ - --bootnodes=/dns/bootnode.test.finney.opentensor.ai/tcp/30333/p2p/12D3KooWPM4mLcKJGtyVtkggqdG84zWrd7Rij6PGQDoijh1X86Vr
86
+ - --pruning=archive
87
+ - --reserved-nodes=/dns/bootnode.test.finney.opentensor.ai/tcp/30333/p2p/12D3KooWPM4mLcKJGtyVtkggqdG84zWrd7Rij6PGQDoijh1X86Vr
88
+ - --reserved-only
0 commit comments