Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": "0.1.3",
"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 <eduadiez@gmail.com> (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:0.1.3"
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:0.1.3"
restart: "no"
volumes:
- "config:/config:ro"
monitor:
build: ./build-monitor
image: "monitor.trustlines.dnp.dappnode.eth:1.0.0"
image: "monitor.trustlines.dnp.dappnode.eth:0.1.3"
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:0.1.3"
environment:
- NETSTATS_ENABLE=no
- WS_USER
Expand Down