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
50c011b6
Commit
50c011b6
authored
Feb 02, 2024
by
duanjinfei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add computing node docker compose
parent
967a0a86
Pipeline
#683
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
+26
-0
docker-compose-computenode.yml
docker-compose-computenode.yml
+26
-0
No files found.
docker-compose-computenode.yml
0 → 100644
View file @
50c011b6
version
:
"
3.9"
services
:
computing-node
:
image
:
caduceus/computing-node
container_name
:
computing-node
entrypoint
:
/usr/bin/powerNode --reward 0x84A3175be614F5886f99Da506dF08682DF530739
deploy
:
restart_policy
:
condition
:
on-failure
delay
:
1s
max_attempts
:
100
window
:
120s
ports
:
-
"
9090:9090"
volumes
:
-
./conf/computing-node/config.json:/root/config.json
networks
:
-
odysseus
-
networks
:
odysseus
:
driver
:
bridge
ipam
:
config
:
-
subnet
:
172.100.0.0/16
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