This commit is contained in:
Para Dox
2025-04-28 21:36:02 +07:00
parent 639d8b60c8
commit 079aefb865
260 changed files with 2080 additions and 0 deletions

View File

@@ -1,5 +1,13 @@
---
# Usage:
#
# .env
# IP=$(curl ipinfo.io/ip)
# COMPOSE_FILE=base.yml:rpc.yml:ronin/ronin/ronin-mainnet-ronin-archive-leveldb-hash.yml
#
# docker compose up -d
services:
ronin-mainnet-archive:
image: ${RONIN_RONIN_IMAGE:-ghcr.io/ronin-chain/ronin}:${RONIN_MAINNET_RONIN_VERSION:-v1.0.2-eaef5a2}

View File

@@ -1,5 +1,13 @@
---
# Usage:
#
# .env
# IP=$(curl ipinfo.io/ip)
# COMPOSE_FILE=base.yml:rpc.yml:ronin/ronin/ronin-mainnet-ronin-pruned-pebble-hash.yml
#
# docker compose up -d
services:
ronin-mainnet:
image: ${RONIN_RONIN_IMAGE:-ghcr.io/ronin-chain/ronin}:${RONIN_MAINNET_RONIN_VERSION:-v1.0.2-eaef5a2}

View File

@@ -1,5 +1,13 @@
---
# Usage:
#
# .env
# IP=$(curl ipinfo.io/ip)
# COMPOSE_FILE=base.yml:rpc.yml:ronin/ronin/ronin-mainnet-ronin-pruned-pebble-path.yml
#
# docker compose up -d
services:
ronin-mainnet:
image: ${RONIN_RONIN_IMAGE:-ghcr.io/ronin-chain/ronin}:${RONIN_MAINNET_RONIN_VERSION:-v1.0.2-eaef5a2}

View File

@@ -1,5 +1,13 @@
---
# Usage:
#
# .env
# IP=$(curl ipinfo.io/ip)
# COMPOSE_FILE=base.yml:rpc.yml:ronin/ronin/ronin-saigon-ronin-archive-leveldb-hash.yml
#
# docker compose up -d
services:
ronin-saigon-archive:
image: ${RONIN_RONIN_IMAGE:-ghcr.io/ronin-chain/ronin}:${RONIN_SAIGON_RONIN_VERSION:-v1.0.2-eaef5a2}

View File

@@ -1,5 +1,13 @@
---
# Usage:
#
# .env
# IP=$(curl ipinfo.io/ip)
# COMPOSE_FILE=base.yml:rpc.yml:ronin/ronin/ronin-saigon-ronin-pruned-pebble-hash.yml
#
# docker compose up -d
services:
ronin-saigon:
image: ${RONIN_RONIN_IMAGE:-ghcr.io/ronin-chain/ronin}:${RONIN_SAIGON_RONIN_VERSION:-v1.0.2-eaef5a2}

View File

@@ -1,5 +1,13 @@
---
# Usage:
#
# .env
# IP=$(curl ipinfo.io/ip)
# COMPOSE_FILE=base.yml:rpc.yml:ronin/ronin/ronin-saigon-ronin-pruned-pebble-path.yml
#
# docker compose up -d
services:
ronin-saigon:
image: ${RONIN_RONIN_IMAGE:-ghcr.io/ronin-chain/ronin}:${RONIN_SAIGON_RONIN_VERSION:-v1.0.2-eaef5a2}