diff --git a/.env b/.env index d4f7dfa..906d3e8 100644 --- a/.env +++ b/.env @@ -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 diff --git a/services/coredns/docker-compose.yml b/services/coredns/docker-compose.yml index a65854d..0972a7c 100644 --- a/services/coredns/docker-compose.yml +++ b/services/coredns/docker-compose.yml @@ -7,6 +7,7 @@ services: container_name: coredns domainname: ${LOCAL_DOMAIN} hostname: coredns + restart: on-failure networks: coredns: internet: diff --git a/services/ir/.ir.env b/services/ir/.ir.env index 73f40bc..01dbaaf 100644 --- a/services/ir/.ir.env +++ b/services/ir/.ir.env @@ -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 diff --git a/services/storage/.storage.env b/services/storage/.storage.env index ad3a44f..c3605fb 100644 --- a/services/storage/.storage.env +++ b/services/storage/.storage.env @@ -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