From 60d742aa397ea895a713d6eb63967b6a63d2ed93 Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Wed, 23 Jun 2021 13:45:58 +0300 Subject: [PATCH] [#102] Use side chain consensus node wallet as Inner Ring credentials Signed-off-by: Alex Vanin --- services/ir/01.key | 1 - services/ir/docker-compose.yml | 6 ++++-- services/ir/wallet01.json | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) delete mode 100644 services/ir/01.key create mode 120000 services/ir/wallet01.json diff --git a/services/ir/01.key b/services/ir/01.key deleted file mode 100644 index e471144..0000000 --- a/services/ir/01.key +++ /dev/null @@ -1 +0,0 @@ -4{½ž·¹ô!z&ÜZ=*<%ìáÈ¿ñÕ¡Fªôn46 \ No newline at end of file diff --git a/services/ir/docker-compose.yml b/services/ir/docker-compose.yml index 4374ac8..cb45217 100644 --- a/services/ir/docker-compose.yml +++ b/services/ir/docker-compose.yml @@ -15,12 +15,14 @@ services: ipv4_address: ${IPV4_PREFIX}.61 stop_signal: SIGKILL volumes: - - ./01.key:/01.key + - ./wallet01.json:/wallet.json - ./../../vendor/hosts:/etc/hosts - ./../../vendor/locode_db:/locode/db env_file: [ ".env", ".ir.env" ] environment: - - NEOFS_IR_KEY=/01.key + - NEOFS_IR_WALLET_PATH=/wallet.json + - NEOFS_IR_WALLET_ADDRESS=Nhfg3TbpwogLvDGVvAvqyThbsHgoSUKwtn + - NEOFS_IR_WALLET_PASSWORD=one networks: ir_int: diff --git a/services/ir/wallet01.json b/services/ir/wallet01.json new file mode 120000 index 0000000..94cd553 --- /dev/null +++ b/services/ir/wallet01.json @@ -0,0 +1 @@ +../morph_chain/node-wallet.json \ No newline at end of file