Compare commits

...

4 commits

Author SHA1 Message Date
Elizaveta Chichindaeva
d1b15bbbed FIX: current NEOFS_IR_CONTRACTS_NEOFS
Signed-off-by: Elizaveta Chichindaeva <elizaveta@nspcc.ru>
2022-11-14 15:12:45 +03:00
846311f12e Disable caching on storage nodes
Signed-off-by: Alex Vanin <a.vanin@yadro.com>
2022-09-28 18:37:48 +03:00
cea4d0e26e Use latest neo-go with mgmt-gethashbyid patch
Signed-off-by: Alex Vanin <a.vanin@yadro.com>
2022-09-28 18:36:02 +03:00
Artem Ivanov
7a4a9b346a Restart coredns on failure
Signed-off-by: Alex Vanin <a.vanin@yadro.com>
2022-09-28 18:36:02 +03:00
4 changed files with 4 additions and 3 deletions

2
.env
View file

@ -10,7 +10,7 @@ BASTION_IMAGE=debian
# NeoGo privnet
#CHAIN_PATH="/path/to/devenv.dump.gz"
CHAIN_URL="https://github.com/nspcc-dev/neofs-contract/releases/download/v0.15.5/devenv_mainchain_notary_disabled.gz"
NEOGO_VERSION=0.99.2
NEOGO_VERSION=0.99.3-2-gaa57779d
NEOGO_IMAGE=nspccdev/neo-go
# NeoFS InnerRing nodes

View file

@ -7,6 +7,7 @@ services:
container_name: coredns
domainname: ${LOCAL_DOMAIN}
hostname: coredns
restart: on-failure
networks:
coredns:
internet:

View file

@ -30,7 +30,7 @@ NEOFS_IR_TIMERS_DISTRIBUTE_BASIC_INCOME_DIV=4
NEOFS_IR_EMIT_STORAGE_AMOUNT=1000000000
NEOFS_IR_NETMAP_CLEANER_ENABLED=true
NEOFS_IR_CONTRACTS_NEOFS=913c08e0faa2b94516ac7effaea7a9363e492228
NEOFS_IR_CONTRACTS_NEOFS=b797c965c186811455430a7b39b81beb1dc3772a
NEOFS_IR_CONTRACTS_PROCESSING=ab239aa64ff6419419390038682a58b3e7dd0e86
NEOFS_IR_MORPH_VALIDATORS=02b3622bf4017bdfe317c58aed5f4c753f206b7db896046fa7d774bbc4bf7f8dc2

View file

@ -27,7 +27,7 @@ NEOFS_MORPH_RPC_ENDPOINT_0_ADDRESS=ws://morph-chain:30333/ws
## Default: 5s
#NEOFS_MORPH_DIAL_TIMEOUT=1m
# Configure side chain caches (negative value to disable)
#NEOFS_MORPH_CACHE_TTL=15s
NEOFS_MORPH_CACHE_TTL=-1
# Cache of API clients section
## Dial timeout to connect to remote API server