diff --git a/dappnode_package.json b/dappnode_package.json index e137222..edc15e0 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -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", @@ -17,9 +17,7 @@ "contributors": [ "Eduardo Antuña (https://github.com/eduadiez)" ], - "categories": [ - "Blockchain" - ], + "categories": ["Blockchain"], "mainService": "node", "links": { "homepage": "https://trustlines.network", @@ -35,4 +33,4 @@ "url": "https://github.com/dappnode/DAppNodePackage-trustlines/issues" }, "license": "GPL-3.0" -} \ No newline at end of file +} diff --git a/docker-compose.yml b/docker-compose.yml index aac88ae..1033deb 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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= @@ -19,13 +19,13 @@ 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" @@ -33,7 +33,7 @@ services: 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