This commit is contained in:
Slava 2024-11-04 08:35:56 +02:00
parent 96ab481374
commit a5b46bd2d4
No known key found for this signature in database
GPG Key ID: 351E7AA9BD0DFEB8
5 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
services:
# Codex Node
codex:
image: codexstorage/nim-codex:0.1.7
image: codexstorage/nim-codex:0.1.8
container_name: codex
command:
- codex

View File

@ -2,7 +2,7 @@
# Variables
NETWORK="${NETWORK:-testnet}"
VERSION="${VERSION:-v0.1.7}"
VERSION="${VERSION:-v0.1.8}"
LOG_LEVEL="${LOG_LEVEL:-info}"
DOWNLOAD="${DOWNLOAD}"

View File

@ -9,7 +9,7 @@ set "OS=windows"
call :get_arch ARCH
set "ARCHIVE_EXT=.zip"
set "EXE_EXT=.exe"
set "VERSION=v0.1.7"
set "VERSION=v0.1.8"
set "BASE_URL=https://github.com/codex-storage/nim-codex/releases/download/%VERSION%"
set "EXTRACT_DIR=.\"
set "BINARY_NAMES=codex"

View File

@ -9,7 +9,7 @@ set "OS=windows"
call :get_arch ARCH
set "ARCHIVE_EXT=.zip"
set "EXE_EXT=.exe"
set "VERSION=v0.1.7"
set "VERSION=v0.1.8"
set "BASE_URL=http://192.168.88.253:8080"
set "EXTRACT_DIR=.\"
set "BINARY_NAMES=codex"

View File

@ -44,7 +44,7 @@ if errorlevel 1 (
)
:: Set variables
set "VERSION=v0.1.7"
set "VERSION=v0.1.8"
set "OS=windows"
call :get_arch ARCH
set "DATA_DIR=data_client"