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
f5ad4bdd
Commit
f5ad4bdd
authored
Oct 25, 2023
by
Your Name
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update script
parent
00d5e5ff
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
70 deletions
+3
-70
docker-compose_nebula-sentry.yml
docker-compose_nebula-sentry.yml
+0
-69
init.sh
init.sh
+3
-1
No files found.
docker-compose_nebula-sentry.yml
deleted
100644 → 0
View file @
00d5e5ff
version
:
"
3.9"
services
:
nebula1
:
image
:
192.168.1.220:5000/nebula:v0.0.1
container_name
:
nebula1
depends_on
:
-
net1
-
sentry1
deploy
:
restart_policy
:
condition
:
on-failure
delay
:
15s
max_attempts
:
100
window
:
120s
volumes
:
-
./nebula/config.toml:/root/config.toml
-
./nebula/genesis.json:/root/genesis.json
-
./data/nebula1:/root/data
networks
:
-
meta
sentry1
:
image
:
192.168.1.220:5000/sentry:v0.0.1
container_name
:
sentry1
deploy
:
restart_policy
:
condition
:
on-failure
delay
:
15s
max_attempts
:
100
window
:
120s
volumes
:
-
./sentry/app.json:/root/app.json
networks
:
-
meta
nebula2
:
image
:
192.168.1.220:5000/nebula:v0.0.1
container_name
:
nebula2
depends_on
:
-
net2
-
sentry2
deploy
:
restart_policy
:
condition
:
on-failure
delay
:
15s
max_attempts
:
100
window
:
120s
volumes
:
-
./nebula2/config.toml:/root/config.toml
-
./nebula2/genesis.json:/root/genesis.json
-
./data/nebula2:/root/data
networks
:
-
meta
sentry2
:
image
:
192.168.1.220:5000/sentry:v0.0.1
container_name
:
sentry2
deploy
:
restart_policy
:
condition
:
on-failure
delay
:
15s
max_attempts
:
100
window
:
120s
volumes
:
-
./sentry/app.json:/root/app.json
networks
:
-
meta
\ No newline at end of file
init.sh
View file @
f5ad4bdd
...
...
@@ -15,7 +15,9 @@ N=${1:-2}
cd
mainchain
./scripts/stop-testnet.sh
||
true
rm
-rf
conf/deploy
||
true
echo
"./mainchain/scripts/run-testnet.sh "
cp
-r
conf/back0712-1439 conf/deploy
cd
../
...
...
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