Merge pull request #23 from Permissionless-Software-Foundation/ct-unstable

fix(upstream): Synced with upstream ipfs-service-provider
This commit is contained in:
Chris Troutner
2021-08-29 16:48:00 -07:00
committed by GitHub
6 changed files with 9216 additions and 3008 deletions
+9212 -3003
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "ipfs-bch-wallet-service",
"version": "1.11.3",
"version": "1.11.4",
"description": "IPFS and REST service providing blockchain access needed by a wallet. ",
"main": "index.js",
"scripts": {
@@ -28,7 +28,7 @@
"bcryptjs": "^2.4.3",
"glob": "^7.1.6",
"ipfs": "0.55.4",
"ipfs-coord": "^6.4.1",
"ipfs-coord": "^6.5.0",
"jsonrpc-lite": "^2.2.0",
"jsonwebtoken": "^8.5.1",
"jwt-bch-lib": "^1.3.0",
@@ -6,7 +6,7 @@ bch-wallet-mongodb:
ports:
- '5555:27017' # <host port>:<container port>
volumes:
- ./database:/data/db
- ../data/database:/data/db
command: mongod --logpath=/dev/null # -- quiet
restart: always
@@ -22,7 +22,6 @@ bch-wallet-service:
- '5668:5668' # IPFS TCP Port
- '5669:5669' # IPFS WS Port
volumes:
- ./data/.ipfsdata:/home/safeuser/ipfs-service-provider/.ipfsdata
# - ../orbitdb:/home/safeuser/orbitdb
- ../data/ipfsdata:/home/safeuser/ipfs-service-provider/.ipfsdata
restart: always