Commit 9f00fe83 authored by duanjinfei's avatar duanjinfei

update computing-node

parent 70a0b45f
version: "3.9"
services:
computing-node:
image: caduceus/computing-node:t0.0.1
container_name: computing-node
privileged: true
environment:
- REWARD_ADDRESS=0x84A3175be614F5886f99Da506dF08682DF530739
volumes:
- /var/run/docker.sock:/var/run/docker.sock
deploy:
restart_policy:
condition: on-failure
delay: 1s
max_attempts: 100
window: 120s
ports:
- "9090:9090"
network_mode: "host"
...@@ -2,7 +2,7 @@ version: "3.9" ...@@ -2,7 +2,7 @@ version: "3.9"
services: services:
computing-node: computing-node:
image: caduceus/computing-node image: caduceus/computing-node:v0.0.1
container_name: computing-node container_name: computing-node
privileged: true privileged: true
environment: environment:
......
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