24 lines
514 B
JSON
24 lines
514 B
JSON
|
{
|
||
|
"$type": "service",
|
||
|
"name": "phpcacheadmin",
|
||
|
"description": "",
|
||
|
"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"
|
||
|
}
|
||
|
}
|
||
|
}
|