mirror of
https://github.com/fluencelabs/examples
synced 2024-12-04 19:20:17 +00:00
add new deployment config json
This commit is contained in:
parent
913350d068
commit
b2df385aaf
@ -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]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user