fantom fullnode

This commit is contained in:
Sebastian
2023-10-20 18:17:41 +02:00
parent 3562a7df32
commit 859a7f1373
3 changed files with 74 additions and 3 deletions

View File

@@ -3,15 +3,19 @@ services:
fantom:
build:
args:
VERSION: release/1.1.0-rc.4
VERSION: release/1.1.3-rc.5
context: ./fantom
dockerfile: Dockerfile
dockerfile: Dockerfile-fullnode
environment:
- SNAPSHOT_URL=https://download.fantom.network/opera_5may22.tgz
- CACHE_SIZE=${FANTOM_CACHE_SIZE:-16000}
volumes:
- "fantom:/datadir"
expose:
- "18545"
- "19921"
ports:
- "19921:19921"
- "19921:19921/udp"
networks:
- chains
restart: unless-stopped