serverctl/registry/redis.json
Christopher Vagnetoft 2ec5081832 Improvements and fixes
* Updated README, added LICENSE
* New services: memcached, phpcacheadmin
* Polished commands
* ContainerManager now persists state
2022-09-28 01:11:14 +02:00

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"
}
}
}