disbale networking

This commit is contained in:
Sebastian
2024-05-29 04:06:24 +02:00
parent 314a8148c3
commit 12e2ab46aa

View File

@@ -29,6 +29,10 @@ services:
- "P2P_PORT=6999"
- "WS_PORT=8545"
- "IP=${IP}"
- "GETH_DISCOVERY_V4=false"
- "GETH_DISCOVERY_V5=false"
- "GETH_MAXPEERS=0"
- "GETH_NODISCOVER=true"
- "OP_NODE_L2_ENGINE_AUTH_RAW=${JWTSECRET}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
labels: