[#102] Use side chain consensus node wallet as Inner Ring credentials
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
0d9c2d6851
commit
60d742aa39
3 changed files with 5 additions and 3 deletions
|
@ -1 +0,0 @@
|
||||||
4{½ž·ąô!z&ÜZ=*<%ěáČżńŐˇFŞôn46
|
|
|
@ -15,12 +15,14 @@ services:
|
||||||
ipv4_address: ${IPV4_PREFIX}.61
|
ipv4_address: ${IPV4_PREFIX}.61
|
||||||
stop_signal: SIGKILL
|
stop_signal: SIGKILL
|
||||||
volumes:
|
volumes:
|
||||||
- ./01.key:/01.key
|
- ./wallet01.json:/wallet.json
|
||||||
- ./../../vendor/hosts:/etc/hosts
|
- ./../../vendor/hosts:/etc/hosts
|
||||||
- ./../../vendor/locode_db:/locode/db
|
- ./../../vendor/locode_db:/locode/db
|
||||||
env_file: [ ".env", ".ir.env" ]
|
env_file: [ ".env", ".ir.env" ]
|
||||||
environment:
|
environment:
|
||||||
- NEOFS_IR_KEY=/01.key
|
- NEOFS_IR_WALLET_PATH=/wallet.json
|
||||||
|
- NEOFS_IR_WALLET_ADDRESS=Nhfg3TbpwogLvDGVvAvqyThbsHgoSUKwtn
|
||||||
|
- NEOFS_IR_WALLET_PASSWORD=one
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
ir_int:
|
ir_int:
|
||||||
|
|
1
services/ir/wallet01.json
Symbolic link
1
services/ir/wallet01.json
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../morph_chain/node-wallet.json
|
Loading…
Reference in a new issue