20 строки
399 B
JSON
20 строки
399 B
JSON
{
|
|
"processes": [
|
|
"bin/key_server.js"
|
|
],
|
|
"env": {
|
|
"CONFIG_FILES": "$HOME/code/config/awsbox.json,$HOME/config.json",
|
|
"HEKAD_CONFIG": "$HOME/code/scripts/awsbox/hekad.toml"
|
|
},
|
|
"hooks": {
|
|
"postcreate": "scripts/awsbox/post_create.sh",
|
|
"postdeploy": "scripts/awsbox/post_deploy.sh"
|
|
},
|
|
"packages": [
|
|
"mysql-server",
|
|
"memcached",
|
|
"nginx",
|
|
"postfix"
|
|
]
|
|
}
|