@@ -64,6 +64,7 @@ services:
6464 command :
6565 - lighthouse
6666 - beacon_node
67+ - --supernode
6768 - --debug-level=info
6869 - --datadir=/data/lighthouse/beacon-data
6970 - --listen-address=0.0.0.0
@@ -643,31 +644,3 @@ services:
643644 - L1_ROLLUP=${MORPH_ROLLUP:-0x6900000000000000000000000000000000000010}
644645 - OVERHEAD_SWITCH=${OVERHEAD_SWITCH}
645646 - MAX_OVERHEAD=${MAX_OVERHEAD}
646-
647- staking-oracle :
648- container_name : staking-oracle
649- depends_on :
650- node-0 :
651- condition : service_started
652- build :
653- context : ../..
654- dockerfile : ops/docker/Dockerfile.staking-oracle
655- image : morph-staking-oracle:latest
656- restart : unless-stopped
657- command : staking-oracle
658- ports :
659- - " 9060:6060"
660- environment :
661- # change the env variables to your own
662- - STAKING_ORACLE_BUILD_ENV=dev
663- - STAKING_ORACLE_L1_ETH_RPC=${L1_ETH_RPC}
664- - STAKING_ORACLE_RECORD_PRIVATE_KEY=ac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80
665- - STAKING_ORACLE_L2_ETH_RPC=http://morph-geth-0:8545
666- - STAKING_ORACLE_L2_TENDERMINT_RPC=http://node-0:26657
667- - STAKING_ORACLE_L2_WS_ENDPOINT=http://node-0:26656
668- - STAKING_ORACLE_ROLLUP=${MORPH_ROLLUP:-0x6900000000000000000000000000000000000010}
669- - STAKING_ORACLE_LOG_FILENAME=staking-oracle.log
670- - STAKING_ORACLE_LOG_FILE_MAX_SIZE=100 # MB
671- - STAKING_ORACLE_LOG_FILE_MAX_AGE=7 # day
672- - STAKING_ORACLE_LOG_COMPRESS=true
673- - STAKING_ORACLE_METRICS_SERVER_ENABLE=true
0 commit comments