serverctl/registry/phpcacheadmin.json

24 lines
544 B
JSON

{
"$type": "service",
"name": "phpcacheadmin",
"description": "Web UI for Redis and Memcached",
"tags": [ "app", "redis", "memcached" ],
"author": null,
"image": "robinn/phpcacheadmin",
"environment": {
"PCA_REDIS_0_HOST": "${DOCKER_HOST}",
"PCA_REDIS_0_PORT": 6379,
"PCA_MEMCACHED_0_HOST": "${DOCKER_HOST}",
"PCA_MEMCACHED_0_PORT": 11211
},
"ports": [
{ "port": 8080, "target": 80, "info": "HTTP Admin" }
],
"scripts": {
"shell": {
"info": "Open a shell",
"execute": "sh"
}
}
}