Commit 453ffad2 authored by Your Name's avatar Your Name

fix proxy

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