serverctl/registry/redis.json

18 lines
321 B
JSON

{
"$type": "service",
"name": "redis",
"description": "Powerful key-value storage",
"tags": [ "keyvalue", "cache" ],
"author": null,
"image": "redis",
"ports": [
{ "port": 6379, "info": "Redis client" }
],
"scripts": {
"shell": {
"info": "Open a shell",
"execute": "sh"
}
}
}