This commit is contained in:
Para Dox
2025-04-12 13:15:38 +07:00
parent 360b4effb8
commit 1b40e92de2
206 changed files with 2028 additions and 2028 deletions

View File

@@ -4,6 +4,13 @@
services:
playblock-mainnet:
image: ${PLAYBLOCK_NITRO_IMAGE:-offchainlabs/nitro-node}:${PLAYBLOCK_MAINNET_NITRO_VERSION:-v3.5.3-0a9c975}
user: root
ports:
- 10728:10728
- 10728:10728/udp
expose:
- 8545
- 8551
command:
- --conf.file=/config/baseConfig.json
- --datadir=/root/.arbitrum
@@ -41,16 +48,9 @@ services:
- --ws.origins=*
- --ws.port=8545
restart: unless-stopped
user: root
stop_grace_period: 5m
networks:
- chains
ports:
- 10728:10728
- 10728:10728/udp
expose:
- 8545
- 8551
volumes:
- ${PLAYBLOCK_MAINNET_NITRO_PRUNED_PEBBLE_PATH_DATA:-playblock-mainnet-nitro-pruned-pebble-path}:/root/.arbitrum
- /slowdisk:/slowdisk