8
8
9
9
services :
10
10
common : &common
11
- image : opentensor/subtensor:latest
11
+ image : ghcr.io/ opentensor/subtensor:latest
12
12
build :
13
13
context : .
14
14
dockerfile : Dockerfile
@@ -40,8 +40,8 @@ services:
40
40
--base-path /tmp/blockchain \
41
41
--chain raw_spec.json \
42
42
--rpc-external --rpc-cors all \
43
- --ws-external -- no-mdns \
44
- --ws-max-connections 10000 -- in-peers 500 --out-peers 500 \
43
+ --no-mdns \
44
+ --in-peers 500 --out-peers 500 \
45
45
--bootnodes /dns/bootnode.finney.chain.opentensor.ai/tcp/30333/ws/p2p/12D3KooWRwbMb85RWnT8DSXSYMWQtuDwh4LJzndoRrTDotTR5gDC \
46
46
--sync warp
47
47
@@ -58,8 +58,8 @@ services:
58
58
--base-path /tmp/blockchain \
59
59
--chain raw_spec.json \
60
60
--rpc-external --rpc-cors all \
61
- --ws-external -- no-mdns \
62
- --ws-max-connections 10000 -- in-peers 500 --out-peers 500 \
61
+ --no-mdns \
62
+ --in-peers 500 --out-peers 500 \
63
63
--bootnodes /dns/bootnode.finney.chain.opentensor.ai/tcp/30333/ws/p2p/12D3KooWRwbMb85RWnT8DSXSYMWQtuDwh4LJzndoRrTDotTR5gDC \
64
64
--pruning=archive
65
65
@@ -76,8 +76,8 @@ services:
76
76
--base-path /tmp/blockchain \
77
77
--chain raw_testspec.json \
78
78
--rpc-external --rpc-cors all \
79
- --ws-external -- no-mdns \
80
- --ws-max-connections 10000 -- in-peers 500 --out-peers 500 \
79
+ --no-mdns \
80
+ --in-peers 500 --out-peers 500 \
81
81
--bootnodes /dns/bootnode.test.finney.opentensor.ai/tcp/30333/p2p/12D3KooWPM4mLcKJGtyVtkggqdG84zWrd7Rij6PGQDoijh1X86Vr \
82
82
--sync warp
83
83
@@ -94,7 +94,7 @@ services:
94
94
--base-path /tmp/blockchain \
95
95
--chain raw_testspec.json \
96
96
--rpc-external --rpc-cors all \
97
- --ws-external -- no-mdns \
98
- --ws-max-connections 10000 -- in-peers 500 --out-peers 500 \
97
+ --no-mdns \
98
+ --in-peers 500 --out-peers 500 \
99
99
--bootnodes /dns/bootnode.test.finney.opentensor.ai/tcp/30333/p2p/12D3KooWPM4mLcKJGtyVtkggqdG84zWrd7Rij6PGQDoijh1X86Vr \
100
100
--pruning=archive
0 commit comments