fresh start with playnance
This commit is contained in:
59
arb-playblock-pbss.yml
Normal file
59
arb-playblock-pbss.yml
Normal file
@@ -0,0 +1,59 @@
|
||||
version: '3.1'
|
||||
|
||||
services:
|
||||
arb-playblock:
|
||||
image: 'offchainlabs/nitro-node:${NITRO_VERSION:-v3.2.1-d81324d}'
|
||||
stop_grace_period: 3m
|
||||
user: root
|
||||
volumes:
|
||||
- 'arb-playblock:/persistent'
|
||||
- './arb/nova/playblock/baseConfig.json:/baseConfig.json'
|
||||
expose:
|
||||
- 8547 # http + ws
|
||||
command:
|
||||
- --conf.file=/baseConfig.json
|
||||
- --persistent.ancient=/persistent/ancient
|
||||
- --persistent.chain=/persistent/chain
|
||||
- --persistent.global-config=/persistent/global-config
|
||||
#- --execution.caching.archive=true
|
||||
- --execution.caching.state-scheme=path
|
||||
- --persistent.db-engine=pebble
|
||||
- --execution.forwarding-target=https://rpc.playblock.io
|
||||
- --node.feed.input.url=wss://feed.playblock.io
|
||||
- --parent-chain.connection.url=${PLAYBLOCK_PARENT_RPC}
|
||||
- --http.addr=0.0.0.0
|
||||
- --http.port=8547
|
||||
- --http.vhosts=*
|
||||
- --http.corsdomain=*
|
||||
- --http.api=eth,net,web3,arb,txpool,debug
|
||||
- --ws.port=8547
|
||||
- --ws.addr=0.0.0.0
|
||||
- --ws.origins=*
|
||||
- --ws.api=eth,net,web3,arb,txpool,debug
|
||||
- --node.data-availability.enable=true
|
||||
- --node.data-availability.sequencer-inbox-address=0xe347C1223381b9Dcd6c0F61cf81c90175A7Bae77
|
||||
- --node.data-availability.parent-chain-node-url=${PLAYBLOCK_PARENT_RPC}
|
||||
- --node.data-availability.rest-aggregator.enable=true
|
||||
- --node.data-availability.rest-aggregator.urls=https://das.playblock.io
|
||||
- --metrics
|
||||
- --metrics-server.addr=0.0.0.0
|
||||
- --metrics-server.port=6070
|
||||
- --log-type=json
|
||||
- --node.sequencer=false
|
||||
- --execution.sequencer.enable=false
|
||||
- --node.staker.enable=false
|
||||
- --node.batch-poster.enable=false
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.middlewares.playblock-stripprefix.stripprefix.prefixes=/playblock"
|
||||
- "traefik.http.services.playblock.loadbalancer.server.port=8547"
|
||||
- "traefik.http.routers.playblock.entrypoints=websecure"
|
||||
- "traefik.http.routers.playblock.tls.certresolver=myresolver"
|
||||
- "traefik.http.routers.playblock.rule=Host(`$DOMAIN`) && PathPrefix(`/playblock`)"
|
||||
- "traefik.http.routers.playblock.middlewares=playblock-stripprefix, ipwhitelist"
|
||||
networks:
|
||||
- chains
|
||||
|
||||
volumes:
|
||||
arb-playblock:
|
||||
@@ -62,7 +62,8 @@
|
||||
"urls": [
|
||||
"https://rpc.playblock.io"
|
||||
],
|
||||
"default": [
|
||||
"default": ["arb-playblock-pbss"],
|
||||
"archive": [
|
||||
"arb-playblock"
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user