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

@@ -9,6 +9,13 @@ services:
args:
VERSION: v1.2.1-h
REPO: https://github.com/Fantom-foundation/sonic.git
user: root
ports:
- 10335:10335
- 10335:10335/udp
expose:
- 8545
- 8551
environment:
- CACHE_GB=${SONIC_CACHE_GB:-28}
- GENESIS=https://download.fantom.network/opera/testnet/testnet-26650-rpc.g
@@ -29,16 +36,9 @@ services:
- --ws
- --ws.port=8545
restart: unless-stopped
user: root
stop_grace_period: 5m
networks:
- chains
ports:
- 10335:10335
- 10335:10335/udp
expose:
- 8545
- 8551
volumes:
- ${FANTOM_MAINNET_SONIC_ARCHIVE_DATA:-fantom-mainnet-sonic-archive}:/var/sonic
- /slowdisk:/slowdisk

View File

@@ -9,6 +9,13 @@ services:
args:
VERSION: v1.2.1-h
REPO: https://github.com/Fantom-foundation/sonic.git
user: root
ports:
- 10652:10652
- 10652:10652/udp
expose:
- 8545
- 8551
environment:
- CACHE_GB=${SONIC_CACHE_GB:-28}
- GENESIS=https://download.fantom.network/opera/testnet/testnet-26650-rpc.g
@@ -29,16 +36,9 @@ services:
- --ws
- --ws.port=8545
restart: unless-stopped
user: root
stop_grace_period: 5m
networks:
- chains
ports:
- 10652:10652
- 10652:10652/udp
expose:
- 8545
- 8551
volumes:
- ${FANTOM_TESTNET_SONIC_ARCHIVE_DATA:-fantom-testnet-sonic-archive}:/var/sonic
- /slowdisk:/slowdisk