Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "juno.dnp.dappnode.eth",
"version": "2.0.2",
"shortDescription": "StarkNet full node",
"version": "2.0.3",
"shortDescription": "StarkNet full node and validator",
"description": "Nethermind Starknet Node Client Juno",
"type": "service",
"author": "DAppNode Association <admin@dappnode.io> (https://github.com/dappnode)",
Expand All @@ -18,8 +18,8 @@
"upstreamRepo": "NethermindEth/juno",
"links": {
"homepage": "https://github.com/dappnode/DAppNodePackage-juno-generic#readme",
"api": "http://juno.dappnode:6060/",
"websocket": "ws://juno.dappnode:6061/"
"api": "http://juno.juno.dappnode:6060/",
"websocket": "ws://juno.juno.dappnode:6061/"
},
"repository": {
"type": "git",
Expand Down
13 changes: 12 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
context: juno
args:
UPSTREAM_VERSION: v0.15.12
image: juno.dnp.dappnode.eth:2.0.2
image: juno.dnp.dappnode.eth:2.0.3
security_opt:
- seccomp:unconfined
environment:
Expand All @@ -16,5 +16,16 @@ services:
volumes:
- juno_data:/var/lib/juno
restart: unless-stopped
staking:
image: nethermind/starknet-staking-v2:v0.2.9
command:
["--metrics", "--metrics-host", "0.0.0.0", "--metrics-port", "9090"]
environment:
PROVIDER_HTTP_URL: http://juno:6060/rpc/v0_8
PROVIDER_WS_URL: ws://juno:6061/ws/v0_8
SIGNER_OPERATIONAL_ADDRESS: ""
SIGNER_PRIVATE_KEY: ""
SIGNER_EXTERNAL_URL: ""
restart: unless-stopped
volumes:
juno_data: {}
2 changes: 1 addition & 1 deletion juno/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ juno \
--http-port ${HTTP_PORT:-6060} \
--http-host 0.0.0.0 \
--db-path $JUNO_DIR \
--metrics \
--metrics \
--metrics-port 9090 \
--metrics-host 0.0.0.0 \
$ethnode $wsopts $EXTRA_OPTS
Expand Down
8 changes: 4 additions & 4 deletions package_variants/mainnet/dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "juno.dnp.dappnode.eth",
"version": "0.1.0",
"version": "2.0.3",
"shortDescription": "StarkNet full node",
"links": {
"homepage": "https://github.com/dappnode/DAppNodePackage-juno-generic#readme",
"api": "http://juno.dappnode:6070/",
"websocket": "ws://juno.dappnode:6071/"
"api": "http://juno.juno.dappnode:6070/",
"websocket": "ws://juno.juno.dappnode:6071/"
},
"exposable": [
{
Expand All @@ -19,4 +19,4 @@
"port": 6061
}
]
}
}
12 changes: 11 additions & 1 deletion package_variants/mainnet/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.8"
services:
juno:
image: juno.dnp.dappnode.eth:2.0.2
image: juno.dnp.dappnode.eth:2.0.3
ports:
- "6060:6060"
- "6061:6061"
Expand All @@ -10,3 +10,13 @@ services:
NETWORK: sepolia
HTTP_PORT: 6060
WS_PORT: 6061
staking:
image: nethermind/starknet-staking-v2:v0.2.9
command:
["--metrics", "--metrics-host", "0.0.0.0", "--metrics-port", "9090"]
environment:
PROVIDER_HTTP_URL: http://juno:6060/rpc/v0_8
PROVIDER_WS_URL: ws://juno:6061/ws/v0_8
SIGNER_OPERATIONAL_ADDRESS: ""
SIGNER_PRIVATE_KEY: ""
SIGNER_EXTERNAL_URL: ""
13 changes: 11 additions & 2 deletions package_variants/mainnet/prometheus-targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,16 @@
"service": "juno"
},
"targets": [
"juno.dappnode:9090"
"juno.juno.dappnode:9090"
]
},
{
"labels": {
"package": "juno.dnp.dappnode.eth",
"service": "staking"
},
"targets": [
"staking.juno.dappnode:9090"
]
}
]
]
4 changes: 2 additions & 2 deletions package_variants/sepolia/dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "juno-sepolia.dnp.dappnode.eth",
"version": "0.1.0",
"version": "2.0.3",
"shortDescription": "StarkNet full node in Sepolia",
"links": {
"homepage": "https://github.com/dappnode/DAppNodePackage-juno-generic#readme",
Expand All @@ -19,4 +19,4 @@
"port": 6071
}
]
}
}
12 changes: 11 additions & 1 deletion package_variants/sepolia/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.8"
services:
juno:
image: juno.dnp.dappnode.eth:2.0.2
image: juno.dnp.dappnode.eth:2.0.3
ports:
- "6070:6070"
- "6071:6071"
Expand All @@ -10,3 +10,13 @@ services:
NETWORK: sepolia
HTTP_PORT: 6070
WS_PORT: 6071
staking:
image: nethermind/starknet-staking-v2:v0.2.9
command:
["--metrics", "--metrics-host", "0.0.0.0", "--metrics-port", "9090"]
environment:
PROVIDER_HTTP_URL: http://juno-sepolia:6060/rpc/v0_8
PROVIDER_WS_URL: ws://juno-sepolia:6061/ws/v0_8
SIGNER_OPERATIONAL_ADDRESS: ""
SIGNER_PRIVATE_KEY: ""
SIGNER_EXTERNAL_URL: ""
13 changes: 11 additions & 2 deletions package_variants/sepolia/prometheus-targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,16 @@
"service": "juno"
},
"targets": [
"juno-sepolia.dappnode:9090"
"juno.juno-sepolia.dappnode:9090"
]
},
{
"labels": {
"package": "juno-sepolia.dnp.dappnode.eth",
"service": "staking"
},
"targets": [
"staking.juno-sepolia.dappnode:9090"
]
}
]
]
Loading