forked from TrueCloudLab/frostfs-node
[#754] config/testnet: Update neofs-node to v0.23.1
Add pre-defined User-Agent attribute. Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
53036276e5
commit
da19799c37
3 changed files with 6 additions and 5 deletions
|
@ -29,6 +29,7 @@ contracts:
|
||||||
node:
|
node:
|
||||||
key: /node.key
|
key: /node.key
|
||||||
attribute_0: Deployed:SelfHosted
|
attribute_0: Deployed:SelfHosted
|
||||||
|
attribute_1: User-Agent:NeoFS\/0.23
|
||||||
|
|
||||||
metrics:
|
metrics:
|
||||||
address: 127.0.0.1:9090
|
address: 127.0.0.1:9090
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
version: "2.4"
|
version: "2.4"
|
||||||
services:
|
services:
|
||||||
storage01:
|
storage01:
|
||||||
image: nspccdev/neofs-storage-testnet:0.23.0
|
image: nspccdev/neofs-storage-testnet:0.23.1
|
||||||
container_name: neofs-testnet
|
container_name: neofs-testnet
|
||||||
env_file: node_config.env
|
env_file: node_config.env
|
||||||
network_mode: host
|
network_mode: host
|
||||||
|
|
|
@ -19,9 +19,9 @@ NEOFS_GRPC_NUM=1
|
||||||
#https://unece.org/trade/cefact/unlocode-code-list-country-and-territory
|
#https://unece.org/trade/cefact/unlocode-code-list-country-and-territory
|
||||||
# Find suitable LOCODE (from the link above) for your storage node.
|
# Find suitable LOCODE (from the link above) for your storage node.
|
||||||
#
|
#
|
||||||
#NEOFS_NODE_ATTRIBUTE_1=UN-LOCODE:<XX YYY>
|
#NEOFS_NODE_ATTRIBUTE_2=UN-LOCODE:<XX YYY>
|
||||||
#NEOFS_NODE_ATTRIBUTE_1=UN-LOCODE:RU LED
|
#NEOFS_NODE_ATTRIBUTE_2=UN-LOCODE:RU LED
|
||||||
NEOFS_NODE_ATTRIBUTE_1=
|
NEOFS_NODE_ATTRIBUTE_2=
|
||||||
|
|
||||||
|
|
||||||
NEOFS_NODE_ATTRIBUTE_2=Price:100000
|
NEOFS_NODE_ATTRIBUTE_3=Price:100000
|
||||||
|
|
Loading…
Reference in a new issue