Skip to content

Commit

Permalink
Merge pull request #104 from MRColorR/pull-103
Browse files Browse the repository at this point in the history
Pull 103
  • Loading branch information
MRColorR authored Nov 30, 2024
2 parents 87d156f + 5f71fc7 commit bd28975
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion config/app-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,32 @@
"password": {}
}
},
{
"name": "GRADIENT",
"dashboard": "https://app.gradient.network/dashboard",
"link": "https://app.gradient.network/signup?code=2WEG9X",
"compose_config": {
"container_name": "${DEVICE_NAME}_gradient",
"hostname": "${DEVICE_NAME}_gradient",
"image": "carbon2029/dockweb:latest",
"environment": [
"GRADIENT_EMAIL=$GRADIENT_EMAIL",
"GRADIENT_PASS=$GRADIENT_PASSWORD"
],
"restart": "always",
"cpus": "${APP_CPU_LIMIT_BIG}",
"mem_reservation": "${APP_MEM_RESERV_BIG}",
"mem_limit": "${APP_MEM_LIMIT_BIG}"
},
"compose_config_proxy": {
"network_mode": "service:proxy",
"hostname": null
},
"flags": {
"email": {},
"password": {}
}
},
{
"name": "PACKETSHARE",
"dashboard": "https://packetshare.io/ucenter.html",
Expand All @@ -332,7 +358,6 @@
"password": {}
}
}

],
"extra-apps": [
{
Expand Down

0 comments on commit bd28975

Please sign in to comment.