forked from TrueCloudLab/frostfs-dev-env
Use separate key for http protocol gateway node
Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
This commit is contained in:
parent
88d0fbc873
commit
64ec80db58
2 changed files with 3 additions and 2 deletions
|
@ -13,12 +13,12 @@ services:
|
||||||
internet:
|
internet:
|
||||||
ipv4_address: ${IPV4_PREFIX}.81
|
ipv4_address: ${IPV4_PREFIX}.81
|
||||||
volumes:
|
volumes:
|
||||||
- ./user.key:/user.key
|
- ./node.key:/node.key
|
||||||
- ./../../vendor/hosts:/etc/hosts
|
- ./../../vendor/hosts:/etc/hosts
|
||||||
stop_signal: SIGKILL
|
stop_signal: SIGKILL
|
||||||
env_file: [ ".env", ".http.env" ]
|
env_file: [ ".env", ".http.env" ]
|
||||||
environment:
|
environment:
|
||||||
- HTTP_GW_KEY=/user.key
|
- HTTP_GW_KEY=/node.key
|
||||||
- HTTP_GW_PEERS_0_ADDRESS=s01.${LOCAL_DOMAIN}:8080
|
- HTTP_GW_PEERS_0_ADDRESS=s01.${LOCAL_DOMAIN}:8080
|
||||||
- HTTP_GW_PEERS_0_WEIGHT=0.2
|
- HTTP_GW_PEERS_0_WEIGHT=0.2
|
||||||
- HTTP_GW_PEERS_1_ADDRESS=s02.${LOCAL_DOMAIN}:8080
|
- HTTP_GW_PEERS_1_ADDRESS=s02.${LOCAL_DOMAIN}:8080
|
||||||
|
|
1
services/http_gate/node.key
Normal file
1
services/http_gate/node.key
Normal file
|
@ -0,0 +1 @@
|
||||||
|
/<2F><><08><>Gk6?<18><>)<29><><EFBFBD>[<5B><>a<EFBFBD><61>l<EFBFBD><6C><0E><08><>
|
Loading…
Reference in a new issue