change port

This commit is contained in:
Sebastian
2024-06-02 12:02:34 +02:00
parent 46f15f6755
commit d4e1b2ec20

View File

@@ -16,7 +16,7 @@ services:
restart: always restart: always
stop_grace_period: 3m stop_grace_period: 3m
entrypoint: ./geth entrypoint: ./geth
command: --datadir=/data --verbosity=3 --http --http.corsdomain=* --http.vhosts=* --http.addr=0.0.0.0 --http.port=8545 --http.api=web3,debug,eth,net,engine --authrpc.addr=0.0.0.0 --authrpc.port=8551 --authrpc.vhosts=* --authrpc.jwtsecret=/jwtsecret --ws --ws.addr=0.0.0.0 --ws.port=8545 --ws.origins=* --ws.api=debug,eth,net,engine --metrics --metrics.addr=0.0.0.0 --metrics.port=6060 --syncmode=snap --gcmode=full --state.scheme=path --db.engine=pebble --discovery.port=51439 --maxpeers=100 --nat=extip:0.0.0.0 --networkid=8453 --op-network=op-mainnet --rollup.halt=major --rollup.sequencerhttp=https://mainnet-sequencer.optimism.io --port=51439 --nat=extip:${IP} command: --datadir=/data --verbosity=3 --http --http.corsdomain=* --http.vhosts=* --http.addr=0.0.0.0 --http.port=8545 --http.api=web3,debug,eth,net,engine --authrpc.addr=0.0.0.0 --authrpc.port=8551 --authrpc.vhosts=* --authrpc.jwtsecret=/jwtsecret --ws --ws.addr=0.0.0.0 --ws.port=8545 --ws.origins=* --ws.api=debug,eth,net,engine --metrics --metrics.addr=0.0.0.0 --metrics.port=6060 --syncmode=snap --gcmode=full --state.scheme=path --db.engine=pebble --discovery.port=51439 --maxpeers=100 --nat=extip:${IP} --op-network=op-mainnet --rollup.halt=major --rollup.sequencerhttp=https://mainnet-sequencer.optimism.io --port=51439 --nat=extip:${IP}
volumes: volumes:
- optimism-fullnode:/data - optimism-fullnode:/data
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
@@ -34,6 +34,7 @@ services:
- "GETH_DB_ENGINE=pebble" - "GETH_DB_ENGINE=pebble"
- "P2P_PORT=51439" - "P2P_PORT=51439"
- "WS_PORT=8545" - "WS_PORT=8545"
- "IP=${IP}"
- "OP_NODE_L2_ENGINE_AUTH_RAW=${JWTSECRET}" - "OP_NODE_L2_ENGINE_AUTH_RAW=${JWTSECRET}"
- "OP_NODE_L2_ENGINE_AUTH=/tmp/engine-auth-jwt" - "OP_NODE_L2_ENGINE_AUTH=/tmp/engine-auth-jwt"
labels: labels: