Skip to content

Commit

Permalink
Merge pull request #132 from Kyuubi2709/master-4
Browse files Browse the repository at this point in the history
Update marketplaceApps.json
  • Loading branch information
Cabecinha84 authored Aug 22, 2023
2 parents 7e47602 + 36f6a94 commit a33b7f2
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions config/marketplaceApps.json
Original file line number Diff line number Diff line change
Expand Up @@ -3772,5 +3772,49 @@
],
"visible": true,
"enabled": true
},
{
"description": "Host your Blockbook for Neurai on the Flux Cloud",
"price": 10.8,
"category": "Blockbook",
"version": 4,
"name": "BlockbookXNA",
"instances": 3,
"compose": [
{
"name": "blockbookneurai",
"description": "Blockbook for Neurai",
"repotag": "runonflux/blockbook-docker:latest",
"containerPorts": [
9168,1337
],
"domains": [
"",""
],
"environmentParameters": ["COIN=neurai","BLOCKBOOK_PORT=9168","BLOCKBOOKGIT_URL=https://github.com/NeuraiProject/blockbook"],
"commands": [],
"containerData": "/root",
"tiered": false,
"cpu": 2.5,
"ram": 5000,
"hdd": 40.0,
"cpubasic": 2.5,
"cpusuper": 2.5,
"cpubamf": 2.5,
"rambasic": 5000,
"ramsuper": 5000,
"rambamf": 5000,
"hddbasic": 40,
"hddsuper": 40,
"hddbamf": 40,
"portSpecs": [
"34000-34500"
],
"ports": [34149,31450],
"userEnvironmentParameters": []
}
],
"visible": true,
"enabled": true
}
]

0 comments on commit a33b7f2

Please sign in to comment.