Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
deploy
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
Odysseus
deploy
Commits
ab3b54db
Commit
ab3b54db
authored
Feb 05, 2024
by
duanjinfei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update computing node compose
parent
44f77977
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
docker-compose-computing-node.yml
docker-compose-computing-node.yml
+4
-4
No files found.
docker-compose-computing-node.yml
View file @
ab3b54db
...
@@ -4,7 +4,7 @@ services:
...
@@ -4,7 +4,7 @@ services:
computing-node
:
computing-node
:
image
:
caduceus/computing-node
image
:
caduceus/computing-node
container_name
:
computing-node
container_name
:
computing-node
entrypoint
:
/usr/bin/powerNode -
-reward 0x84A3175be614F5886f99Da506dF08682DF530739
entrypoint
:
/usr/bin/powerNode -
r 0x84A3175be614F5886f99Da506dF08682DF530739 -d tcp://127.0.0.1:2375
deploy
:
deploy
:
restart_policy
:
restart_policy
:
condition
:
on-failure
condition
:
on-failure
...
@@ -13,7 +13,7 @@ services:
...
@@ -13,7 +13,7 @@ services:
window
:
120s
window
:
120s
ports
:
ports
:
-
"
9090:9090"
-
"
9090:9090"
volumes
:
#
volumes:
-
./conf/computing-node/config.json:/root/config.json
#
- ./conf/computing-node/config.json:/root/config.json
-
./conf/computing-node/app.conf:/root/conf/app.conf
#
- ./conf/computing-node/app.conf:/root/conf/app.conf
network_mode
:
"
host"
network_mode
:
"
host"
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