88
99services :
1010 common : &common
11- image : opentensor/subtensor:latest
11+ image : ghcr.io/ opentensor/subtensor:latest
1212 build :
1313 context : .
1414 dockerfile : Dockerfile
@@ -40,8 +40,8 @@ services:
4040 --base-path /tmp/blockchain \
4141 --chain raw_spec.json \
4242 --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 \
4545 --bootnodes /dns/bootnode.finney.chain.opentensor.ai/tcp/30333/ws/p2p/12D3KooWRwbMb85RWnT8DSXSYMWQtuDwh4LJzndoRrTDotTR5gDC \
4646 --sync warp
4747
@@ -58,8 +58,8 @@ services:
5858 --base-path /tmp/blockchain \
5959 --chain raw_spec.json \
6060 --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 \
6363 --bootnodes /dns/bootnode.finney.chain.opentensor.ai/tcp/30333/ws/p2p/12D3KooWRwbMb85RWnT8DSXSYMWQtuDwh4LJzndoRrTDotTR5gDC \
6464 --pruning=archive
6565
@@ -76,8 +76,8 @@ services:
7676 --base-path /tmp/blockchain \
7777 --chain raw_testspec.json \
7878 --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 \
8181 --bootnodes /dns/bootnode.test.finney.opentensor.ai/tcp/30333/p2p/12D3KooWPM4mLcKJGtyVtkggqdG84zWrd7Rij6PGQDoijh1X86Vr \
8282 --sync warp
8383
@@ -94,7 +94,7 @@ services:
9494 --base-path /tmp/blockchain \
9595 --chain raw_testspec.json \
9696 --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 \
9999 --bootnodes /dns/bootnode.test.finney.opentensor.ai/tcp/30333/p2p/12D3KooWPM4mLcKJGtyVtkggqdG84zWrd7Rij6PGQDoijh1X86Vr \
100100 --pruning=archive
0 commit comments