Compare commits

..
9 Commits
3 changed files with 10 additions and 10 deletions
+7 -7
View File
@@ -13,7 +13,7 @@
"bcryptjs": "^2.4.3",
"glob": "^7.1.6",
"ipfs": "0.55.4",
"ipfs-coord": "^6.5.0",
"ipfs-coord": "^6.5.2",
"jsonrpc-lite": "^2.2.0",
"jsonwebtoken": "^8.5.1",
"jwt-bch-lib": "^1.3.0",
@@ -10002,9 +10002,9 @@
}
},
"node_modules/ipfs-coord": {
"version": "6.5.0",
"resolved": "https://registry.npmjs.org/ipfs-coord/-/ipfs-coord-6.5.0.tgz",
"integrity": "sha512-lNeBSPFWjJ/TjhIknqQgZjWpqruWh+e/QShx5eoE3HXwdVJweTJq/jVNPWZoBADOb41yDQ7GxQ4GgVx0gML63g==",
"version": "6.5.2",
"resolved": "https://registry.npmjs.org/ipfs-coord/-/ipfs-coord-6.5.2.tgz",
"integrity": "sha512-yrc4n1rW+Z4RQbWceXTpPVcDB029kfohIG32GiZVoZA/pC1ZoxtNAC3yqlMUjTlvxIrW6JeGiL3s9im5MN2YmQ==",
"dependencies": {
"bch-encrypt-lib": "^2.0.0",
"orbit-db": "^0.26.1"
@@ -33119,9 +33119,9 @@
}
},
"ipfs-coord": {
"version": "6.5.0",
"resolved": "https://registry.npmjs.org/ipfs-coord/-/ipfs-coord-6.5.0.tgz",
"integrity": "sha512-lNeBSPFWjJ/TjhIknqQgZjWpqruWh+e/QShx5eoE3HXwdVJweTJq/jVNPWZoBADOb41yDQ7GxQ4GgVx0gML63g==",
"version": "6.5.2",
"resolved": "https://registry.npmjs.org/ipfs-coord/-/ipfs-coord-6.5.2.tgz",
"integrity": "sha512-yrc4n1rW+Z4RQbWceXTpPVcDB029kfohIG32GiZVoZA/pC1ZoxtNAC3yqlMUjTlvxIrW6JeGiL3s9im5MN2YmQ==",
"requires": {
"bch-encrypt-lib": "^2.0.0",
"orbit-db": "^0.26.1"
+1 -1
View File
@@ -28,7 +28,7 @@
"bcryptjs": "^2.4.3",
"glob": "^7.1.6",
"ipfs": "0.55.4",
"ipfs-coord": "^6.5.0",
"ipfs-coord": "^6.5.2",
"jsonrpc-lite": "^2.2.0",
"jsonwebtoken": "^8.5.1",
"jwt-bch-lib": "^1.3.0",
+2 -2
View File
@@ -3,7 +3,7 @@
#IMAGE BUILD COMMANDS
# ct-base-ubuntu = ubuntu 18.04 + nodejs v10 LTS
FROM christroutner/ct-base-ubuntu
FROM christroutner/ct-base-ubuntu:latest
MAINTAINER Chris Troutner <chris.troutner@gmail.com>
#Create the user 'safeuser' and add them to the sudo group.
@@ -48,7 +48,7 @@ RUN npm run docs
# Calling out the directorys that should be mounted as external volumes.
RUN mkdir /home/safeuser/.ipfsdata
#RUN mkdir /home/safeuser/orbitdb
VOLUME /home/safeuser/ipfsdata
#VOLUME /home/safeuser/ipfsdata
#VOLUME /home/safeuser/orbitdb
# Start the application.