Commit 468fd725 authored by Your Name's avatar Your Name

ring v0.0.4

parent 1a78bb35
...@@ -168,7 +168,7 @@ echo " image: 192.168.1.220:5000/nebula:v0.0.2" >> $composefile ...@@ -168,7 +168,7 @@ echo " image: 192.168.1.220:5000/nebula:v0.0.2" >> $composefile
echo " container_name: nebula" >> $composefile echo " container_name: nebula" >> $composefile
echo " volumes:" >> $composefile echo " volumes:" >> $composefile
echo " - ./data/nebula/:/root" >> $composefile echo " - ./data/nebula/:/root" >> $composefile
echo " entrypoint: /usr/bin/metanebula >> /root/log " >> $composefile echo " entrypoint: if [ ! -d \"data/chain/db-0\" ]; then;echo \"no existing data\";/usr/bin/metanebula init -a genesis.json;fi;/usr/bin/metanebula >> /root/log " >> $composefile
echo " depends_on:" >> $composefile echo " depends_on:" >> $composefile
echo " - net" >> $composefile echo " - net" >> $composefile
echo " - sentry" >> $composefile echo " - sentry" >> $composefile
...@@ -186,7 +186,7 @@ echo "" >> $composefile ...@@ -186,7 +186,7 @@ echo "" >> $composefile
echo " ring:" >> $composefile echo " ring:" >> $composefile
echo " image: 192.168.1.220:5000/ring:v0.0.3" >> $composefile echo " image: 192.168.1.220:5000/ring:v0.0.4" >> $composefile
echo " container_name: ring" >> $composefile echo " container_name: ring" >> $composefile
#echo " entrypoint: sh -c 'echo "+"ring"+" && sleep 10 && ringd start --ethconfig.httphost 0.0.0.0 --mempool.sentryurl sentry:38003 --mempool.nebulaurl nebula:38004 --mempool.p2purl net:38010 --mempool.cryptourl cryptor:38001 --mempool.checkerurl txchecker:38002 --mempool.writeunreadytxs=false --mempool.writerepeatedmsg=false --mempool.batchconfirminittimeout=60 --mempool.batchconfirmtimeouti=1.5 --mempool.batchrepeatedqueuesize=0' " >> $composefile #echo " entrypoint: sh -c 'echo "+"ring"+" && sleep 10 && ringd start --ethconfig.httphost 0.0.0.0 --mempool.sentryurl sentry:38003 --mempool.nebulaurl nebula:38004 --mempool.p2purl net:38010 --mempool.cryptourl cryptor:38001 --mempool.checkerurl txchecker:38002 --mempool.writeunreadytxs=false --mempool.writerepeatedmsg=false --mempool.batchconfirminittimeout=60 --mempool.batchconfirmtimeouti=1.5 --mempool.batchrepeatedqueuesize=0' " >> $composefile
echo " entrypoint: sh -c 'echo "+"ring"+" && sleep 10 && ringd start --ethconfig.httphost 0.0.0.0 --mempool.sentryurl sentry:38003 --mempool.nebulaurl nebula:38004 --mempool.p2purl net:38010 --mempool.cryptourl cryptor:38001 --mempool.checkerurl txchecker:38002 --mempool.writeunreadytxs=false --mempool.writerepeatedmsg=false --mempool.batchconfirminittimeout=60 --mempool.batchconfirmenable=false >>/data/log' " >> $composefile echo " entrypoint: sh -c 'echo "+"ring"+" && sleep 10 && ringd start --ethconfig.httphost 0.0.0.0 --mempool.sentryurl sentry:38003 --mempool.nebulaurl nebula:38004 --mempool.p2purl net:38010 --mempool.cryptourl cryptor:38001 --mempool.checkerurl txchecker:38002 --mempool.writeunreadytxs=false --mempool.writerepeatedmsg=false --mempool.batchconfirminittimeout=60 --mempool.batchconfirmenable=false >>/data/log' " >> $composefile
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment