Add explicit http-port and ws-port to juno config
This commit is contained in:
@@ -56,6 +56,7 @@ services:
|
|||||||
- --eth-node=${ETHEREUM_MAINNET_EXECUTION_WS}
|
- --eth-node=${ETHEREUM_MAINNET_EXECUTION_WS}
|
||||||
- --http
|
- --http
|
||||||
- --http-host=0.0.0.0
|
- --http-host=0.0.0.0
|
||||||
|
- --http-port=6060
|
||||||
- --metrics
|
- --metrics
|
||||||
- --metrics-host=0.0.0.0
|
- --metrics-host=0.0.0.0
|
||||||
- --network=mainnet
|
- --network=mainnet
|
||||||
@@ -65,6 +66,7 @@ services:
|
|||||||
- --p2p-public-addr=/ip4/${IP}/tcp/13985
|
- --p2p-public-addr=/ip4/${IP}/tcp/13985
|
||||||
- --ws
|
- --ws
|
||||||
- --ws-host=0.0.0.0
|
- --ws-host=0.0.0.0
|
||||||
|
- --ws-port=6061
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
stop_grace_period: 5m
|
stop_grace_period: 5m
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
@@ -56,6 +56,7 @@ services:
|
|||||||
- --eth-node=${ETHEREUM_SEPOLIA_EXECUTION_WS}
|
- --eth-node=${ETHEREUM_SEPOLIA_EXECUTION_WS}
|
||||||
- --http
|
- --http
|
||||||
- --http-host=0.0.0.0
|
- --http-host=0.0.0.0
|
||||||
|
- --http-port=6060
|
||||||
- --metrics
|
- --metrics
|
||||||
- --metrics-host=0.0.0.0
|
- --metrics-host=0.0.0.0
|
||||||
- --network=sepolia
|
- --network=sepolia
|
||||||
@@ -65,6 +66,7 @@ services:
|
|||||||
- --p2p-public-addr=/ip4/${IP}/tcp/14344
|
- --p2p-public-addr=/ip4/${IP}/tcp/14344
|
||||||
- --ws
|
- --ws
|
||||||
- --ws-host=0.0.0.0
|
- --ws-host=0.0.0.0
|
||||||
|
- --ws-port=6061
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
stop_grace_period: 5m
|
stop_grace_period: 5m
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user