add new deployment config json

This commit is contained in:
boneyard93501 2022-02-08 00:01:09 -06:00
parent 913350d068
commit b2df385aaf

View File

@ -0,0 +1,23 @@
{
"ceramic-service": {
"name": "ceramic-service",
"modules": [
{
"name": "curl_adapter",
"path": "./artifacts/curl_adapter.wasm",
"mounted_binaries": [["curl", "/usr/bin/curl"]],
"preopened_files": [],
"mapped_dirs": [],
"logger_enabled": [true]
},
{
"name": "ceramic_adapter_custom",
"path": "./artifacts/ceramic_adapter_custom.wasm",
"mounted_binaries": [["ceramic", "/usr/bin/ceramic"]],
"preopened_files": [],
"mapped_dirs": [],
"logger_enabled": [true]
}
]
}
}