-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdappnode_package.json
36 lines (36 loc) · 1.06 KB
/
dappnode_package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "cow-watch-tower.dnp.dappnode.eth",
"version": "0.1.0",
"upstreamVersion": "v1.1.1",
"architectures": ["linux/amd64"],
"upstreamRepo": "cowprotocol/watch-tower",
"upstreamArg": "UPSTREAM_VERSION",
"shortDescription": "ComposableCoW watch-tower by CoW Protocol",
"description": "A watch-tower for indexing and placing orders for the Composable CoW conditional order framework.",
"type": "service",
"author": "CoW Developers (https://github.com/cowprotocol)",
"categories": ["Communications"],
"repository": {
"type": "git",
"url": "git+https://github.com/cowprotocol/dappnodepackage-cow-watch-tower.git"
},
"bugs": {
"url": "https://github.com/cowprotcool/dappnodepackage-cow-watch-tower/issues"
},
"links": {
"homepage": "https://cow.fi"
},
"license": "GPL-3.0",
"backup": [
{
"name": "data",
"path": "/usr/src/app/database"
}
],
"globalEnvs": [
{
"envs": ["EXECUTION_CLIENT_MAINNET", "EXECUTION_CLIENT_GNOSIS", "EXECUTION_CLIENT_PRATER"],
"services": ["watch-tower"]
}
]
}