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
6d8db06d
Commit
6d8db06d
authored
Nov 22, 2023
by
Your Name
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
f0e29b9e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
docker-compose-sender.yml
host/docker-compose-sender.yml
+2
-2
host.sh
host/host.sh
+1
-1
No files found.
host/docker-compose-sender.yml
View file @
6d8db06d
...
@@ -2,7 +2,7 @@ version: "3.9"
...
@@ -2,7 +2,7 @@ version: "3.9"
services
:
services
:
cryptor-sender
:
cryptor-sender
:
image
:
192.168.1.220:5000/cryptor:v0.0.1
image
:
caduceus/cmp2-test-net-meta-crypto:v0.0.1
container_name
:
cryptor-sender
container_name
:
cryptor-sender
deploy
:
deploy
:
restart_policy
:
restart_policy
:
...
@@ -13,7 +13,7 @@ services:
...
@@ -13,7 +13,7 @@ services:
volumes
:
volumes
:
-
./cryptor/config.toml:/root/config.toml
-
./cryptor/config.toml:/root/config.toml
sender
:
sender
:
image
:
192.168.1.220:5000/simulato
r:v0.0.12
image
:
caduceus/cmp2-test-net-teste
r:v0.0.12
container_name
:
sender
container_name
:
sender
entrypoint
:
sender -test.run TestManyToMany /privatefromto-10_000.tmp 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'
#entrypoint: sh -c 'sender -test.run TestManyToMany -test.timeout 0 /privatefromto-10_000.tmp 192.168.1.220 cryptor-sender 30000'
...
...
host/host.sh
View file @
6d8db06d
...
@@ -57,7 +57,7 @@ fi
...
@@ -57,7 +57,7 @@ fi
if
[
$withParam
-eq
0
]
;
then
if
[
$withParam
-eq
0
]
;
then
read
-p
"please input your data dir:"
-t
100
datadir
read
-p
"please input your data dir:"
datadir
datadir
=
${
datadir
:-
./data/
}
datadir
=
${
datadir
:-
./data/
}
while
true
while
true
...
...
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