Commit 20fac126 authored by Your Name's avatar Your Name

update sender docker image

parent 453ffad2
......@@ -13,9 +13,11 @@ services:
volumes:
- ./cryptor/config.toml:/root/config.toml
sender:
image: 192.168.1.220:5000/simulator:v0.0.9
image: 192.168.1.220:5000/simulator:v0.0.12
container_name: sender
entrypoint: sh -c 'echo "sender" && go test -v -run TestManyToMany ./rpc/grpc/ --timeout 0 -args 192.168.1.220 cryptor-sender 30000'
entrypoint: sender -test.run TestManyToMany /privatefromto-10_000.tmp 192.168.1.220 cryptor-sender 30000
#entrypoint: sh -c 'sender -test.run TestManyToMany -test.timeout 0 /privatefromto-10_000.tmp 192.168.1.220 cryptor-sender 30000'
#echo " entrypoint: sh -c 'echo "+"ring"+" && sleep 10 && sender -test.run TestManyToMany -test.timeout 0 "
#entrypoint: sh -c 'echo "sender" && sleep 40 && go test -v -run TestSendSignatureTxsStream ./rpc/grpc/ --timeout 0 -args ring 192.168.1.242 100000'
deploy:
resources:
......
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