Skip to content

Commit

Permalink
Bump to new version: 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eduadiez committed Dec 7, 2020
1 parent 8f0cbbf commit fc3bcf8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
8 changes: 3 additions & 5 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trustlines.dnp.dappnode.eth",
"version": "1.0.0",
"version": "1.0.1",
"upstreamVersion": "release21542",
"shortDescription": "Financial inclusion through OS decentralized systems",
"description": "Trustlines node to participate and securitize the network.\n\nThe Trustlines Protocol aims to provide the service of “transfer of value” without actually transferring value. This can be accomplished by leveraging networks of mutual-trust. The Trustlines Protocol is being built to support a range of use cases by leveraging existing networks of mutual trust and mapping trust-based relationships onto trustless infrastructure",
Expand All @@ -17,9 +17,7 @@
"contributors": [
"Eduardo Antuña <[email protected]> (https://github.com/eduadiez)"
],
"categories": [
"Blockchain"
],
"categories": ["Blockchain"],
"mainService": "node",
"links": {
"homepage": "https://trustlines.network",
Expand All @@ -35,4 +33,4 @@
"url": "https://github.com/dappnode/DAppNodePackage-trustlines/issues"
},
"license": "GPL-3.0"
}
}
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.4"
services:
node:
build: ./build-node
image: "node.trustlines.dnp.dappnode.eth:1.0.0"
image: "node.trustlines.dnp.dappnode.eth:1.0.1"
environment:
- ROLE=observer
- ADDRESS=
Expand All @@ -19,21 +19,21 @@ services:
- "shared:/shared/"
bridge:
build: ./build-bridge
image: "bridge.trustlines.dnp.dappnode.eth:1.0.0"
image: "bridge.trustlines.dnp.dappnode.eth:1.0.1"
restart: on-failure
volumes:
- "config:/config:ro"
monitor:
build: ./build-monitor
image: "monitor.trustlines.dnp.dappnode.eth:1.0.0"
image: "monitor.trustlines.dnp.dappnode.eth:1.0.1"
volumes:
- "reports:/reports"
- "state:/state"
- "shared:/shared"
restart: on-failure
netstats:
build: ./build-netstat
image: "netstats.trustlines.dnp.dappnode.eth:1.0.0"
image: "netstats.trustlines.dnp.dappnode.eth:1.0.1"
environment:
- NETSTATS_ENABLE=no
- WS_USER
Expand Down

0 comments on commit fc3bcf8

Please sign in to comment.