Commit ab3b54db authored by duanjinfei's avatar duanjinfei

update computing node compose

parent 44f77977
......@@ -4,7 +4,7 @@ services:
computing-node:
image: caduceus/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:
restart_policy:
condition: on-failure
......@@ -13,7 +13,7 @@ services:
window: 120s
ports:
- "9090:9090"
volumes:
- ./conf/computing-node/config.json:/root/config.json
- ./conf/computing-node/app.conf:/root/conf/app.conf
# volumes:
# - ./conf/computing-node/config.json:/root/config.json
# - ./conf/computing-node/app.conf:/root/conf/app.conf
network_mode: "host"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment