diff --git a/starknet/juno/starknet-mainnet-juno-archive.yml b/starknet/juno/starknet-mainnet-juno-archive.yml index 1f61afea..d4ec035c 100644 --- a/starknet/juno/starknet-mainnet-juno-archive.yml +++ b/starknet/juno/starknet-mainnet-juno-archive.yml @@ -56,6 +56,7 @@ services: - --eth-node=${ETHEREUM_MAINNET_EXECUTION_WS} - --http - --http-host=0.0.0.0 + - --http-port=6060 - --metrics - --metrics-host=0.0.0.0 - --network=mainnet @@ -65,6 +66,7 @@ services: - --p2p-public-addr=/ip4/${IP}/tcp/13985 - --ws - --ws-host=0.0.0.0 + - --ws-port=6061 restart: unless-stopped stop_grace_period: 5m networks: diff --git a/starknet/juno/starknet-sepolia-juno-archive.yml b/starknet/juno/starknet-sepolia-juno-archive.yml index 65164c37..5f0f2559 100644 --- a/starknet/juno/starknet-sepolia-juno-archive.yml +++ b/starknet/juno/starknet-sepolia-juno-archive.yml @@ -56,6 +56,7 @@ services: - --eth-node=${ETHEREUM_SEPOLIA_EXECUTION_WS} - --http - --http-host=0.0.0.0 + - --http-port=6060 - --metrics - --metrics-host=0.0.0.0 - --network=sepolia @@ -65,6 +66,7 @@ services: - --p2p-public-addr=/ip4/${IP}/tcp/14344 - --ws - --ws-host=0.0.0.0 + - --ws-port=6061 restart: unless-stopped stop_grace_period: 5m networks: