Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
metadeploy
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nebula
metadeploy
Commits
3f6e240a
Commit
3f6e240a
authored
Dec 22, 2023
by
Your Name
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sync.pool
parent
72ab6ffe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
11 deletions
+3
-11
docker-compose-sender.yml
host/docker-compose-sender.yml
+3
-11
No files found.
host/docker-compose-sender.yml
View file @
3f6e240a
...
@@ -13,22 +13,14 @@ services:
...
@@ -13,22 +13,14 @@ services:
volumes
:
volumes
:
-
./cryptor/config.toml:/root/config.toml
-
./cryptor/config.toml:/root/config.toml
sender
:
sender
:
image
:
caduceus/cmp2-test-net-tester:v0.0.12-1
0
image
:
caduceus/cmp2-test-net-tester:v0.0.12-1
2
container_name
:
sender
container_name
:
sender
entrypoint
:
sh -c 'echo +sender+ && sender -test.run TestManyToMany /privatefromto-100_000.tmp 192.168.1.220
cryptor-sender 5
000 0 50000 >> /sender/sender.log 2>&1 '
entrypoint
:
sh -c 'echo +sender+ && sender -test.run TestManyToMany /privatefromto-100_000.tmp 192.168.1.220
192.168.1.10 100
000 0 50000 >> /sender/sender.log 2>&1 '
#entrypoint: sh -c 'sender -test.run TestManyToMany -test.timeout 0 /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 "
#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'
#entrypoint: sh -c 'echo "sender" && sleep 40 && go test -v -run TestSendSignatureTxsStream ./rpc/grpc/ --timeout 0 -args ring 192.168.1.242 100000'
ports
:
ports
:
-
"
2115:2115"
-
"
2115:2115"
deploy
:
resources
:
limits
:
cpus
:
"
36.00"
memory
:
32G
reservations
:
cpus
:
"
30.00"
memory
:
32G
volumes
:
volumes
:
-
./sender/sender:/sender/
-
./sender/sender:/sender/
depends_on
:
depends_on
:
...
@@ -37,7 +29,7 @@ services:
...
@@ -37,7 +29,7 @@ services:
image
:
google/cadvisor:latest
image
:
google/cadvisor:latest
container_name
:
cadvisor-sender
container_name
:
cadvisor-sender
ports
:
ports
:
-
"
808
0
:8080"
-
"
808
1
:8080"
volumes
:
volumes
:
-
/:/rootfs:ro
-
/:/rootfs:ro
-
/var/run:/var/run:rw
-
/var/run:/var/run:rw
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment