Açıklama Yok

maxmind 9a8c1fc0f6 更新 'docker-compose.yml' 10 ay önce
.env.example 1f9ebfb9a7 default nodeid 10 ay önce
.gitignore 3f82390763 init 11 ay önce
Dockerfile 6c1f2c0a2b headless模式 10 ay önce
README.md d434cce3be 更新 'README.md' 10 ay önce
build.sh babecd24fc fix 10 ay önce
docker-compose.yml 9a8c1fc0f6 更新 'docker-compose.yml' 10 ay önce
entrypoint.sh 6c1f2c0a2b headless模式 10 ay önce

README.md

Nexus Network Docker

这个 Docker 镜像用于运行 Nexus Network 节点。

配置

创建 .env 文件

cp .env.example .env

修改.env

NODE_ID: 后台创建的id

MAX_THREADS: 最大prover数量,最大为8,超过8也是启动8个prover

使用 docker-compose 运行

docker compose up -d

查看日志

docker compose logs nexus-network -f --tail 100

MacOS

本地 build

bash build.sh

运行

docker compose up -d