public port

This commit is contained in:
Sebastian
2024-12-12 09:40:26 +01:00
parent 6a16a0e4fc
commit a51df66b4b

View File

@@ -10,6 +10,8 @@ services:
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
environment: environment:
- "GETH_ROLLUP_SEQUENCERHTTP=https://sequencer.blast.io" - "GETH_ROLLUP_SEQUENCERHTTP=https://sequencer.blast.io"
- "GETH_PORT=20002"
- "GETH_NAT=extip:${IP}"
- "GETH_GCMODE=full" - "GETH_GCMODE=full"
- "GETH_SYNCMODE=snap" - "GETH_SYNCMODE=snap"
- "GETH_STATE_SCHEME=path" - "GETH_STATE_SCHEME=path"
@@ -35,6 +37,9 @@ services:
- "GETH_OVERRIDE_ECOTONE=1716843599" - "GETH_OVERRIDE_ECOTONE=1716843599"
expose: expose:
- 9545 - 9545
ports:
- "20002:20002"
- "20002:20002/udp"
restart: always restart: always
stop_grace_period: 30s stop_grace_period: 30s
entrypoint: /bin/sh entrypoint: /bin/sh