This commit is contained in:
Sebastian
2025-03-08 10:40:15 +01:00
parent 2397fbcb78
commit ded4785699

View File

@@ -70,22 +70,15 @@ services:
stop_grace_period: 1m stop_grace_period: 1m
user: root user: root
volumes: volumes:
- nimbus-gnosis:/data - nimbus-gnosis:/home/user/nimbus-eth2/build/data
- .jwtsecret:/jwt:ro - .jwtsecret:/jwt.hex:ro
environment: environment:
CHECKPOINT_SYNC_URL: "https://checkpoint.gnosischain.com/" CHECKPOINT_SYNC_URL: "https://checkpoint.gnosischain.com/"
command: > EXECUTION_ENDPOINT: "http://nethermind-gnosis:8551"
--data-dir=/data P2P_TCP_PORT: 54356
--web3-url=http://nethermind-gnosis:8551 P2P_UDP_PORT: 54356
--jwt-secret=/jwt NETWORK: "gnosis"
--light-client-data-serve=true EXTRA_OPTS: --history=prune
--light-client-data-import-mode=full
--tcp-port=54356
--udp-port=54356
--rest
--rest-address=0.0.0.0
--network=gnosis
--history=prune
networks: networks:
- chains - chains
ports: ports: