fix(production): Updated Docker container

This commit is contained in:
Chris Troutner
2021-07-17 10:54:00 -07:00
parent 71fbebe672
commit 3c8d2cfdd3
5 changed files with 47 additions and 20 deletions
+5 -1
View File
@@ -54,5 +54,9 @@ module.exports = {
name: 'Permissionless Software Foundation',
url: 'https://PSFoundation.cash'
}
}
},
// IPFS Ports
ipfsTcpPort: process.env.IPFS_TCP_PORT ? process.env.IPFS_TCP_PORT : 5668,
ipfsWsPort: process.env.IPFS_WS_PORT ? process.env.IPFS_WS_PORT : 5669
}