mirror of
https://github.com/logos-storage/logos-storage-testnet-starter.git
synced 2026-01-03 05:53:10 +00:00
Update Codex to the latest release
This commit is contained in:
parent
adfb405104
commit
c9a08163c6
@ -1,7 +1,7 @@
|
||||
services:
|
||||
# Codex Node
|
||||
codex:
|
||||
image: codexstorage/nim-codex:0.1.6
|
||||
image: codexstorage/nim-codex:0.1.7
|
||||
container_name: codex
|
||||
command:
|
||||
- codex
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
# Variables
|
||||
NETWORK="${NETWORK:-testnet}"
|
||||
VERSION="${VERSION:-v0.1.6}"
|
||||
VERSION="${VERSION:-v0.1.7}"
|
||||
LOG_LEVEL="${LOG_LEVEL:-info}"
|
||||
DOWNLOAD="${DOWNLOAD}"
|
||||
|
||||
|
||||
@ -9,7 +9,7 @@ set "OS=windows"
|
||||
call :get_arch ARCH
|
||||
set "ARCHIVE_EXT=.zip"
|
||||
set "EXE_EXT=.exe"
|
||||
set "VERSION=v0.1.6"
|
||||
set "VERSION=v0.1.7"
|
||||
set "BASE_URL=https://github.com/codex-storage/nim-codex/releases/download/%VERSION%"
|
||||
set "EXTRACT_DIR=.\"
|
||||
set "BINARY_NAMES=codex"
|
||||
|
||||
@ -9,7 +9,7 @@ set "OS=windows"
|
||||
call :get_arch ARCH
|
||||
set "ARCHIVE_EXT=.zip"
|
||||
set "EXE_EXT=.exe"
|
||||
set "VERSION=v0.1.6"
|
||||
set "VERSION=v0.1.7"
|
||||
set "BASE_URL=http://192.168.88.253:8080"
|
||||
set "EXTRACT_DIR=.\"
|
||||
set "BINARY_NAMES=codex"
|
||||
|
||||
@ -44,7 +44,7 @@ if errorlevel 1 (
|
||||
)
|
||||
|
||||
:: Set variables
|
||||
set "VERSION=v0.1.6"
|
||||
set "VERSION=v0.1.7"
|
||||
set "OS=windows"
|
||||
call :get_arch ARCH
|
||||
set "DATA_DIR=data_client"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user