move s04 tls keys configuration from .storage.env to compose file
Signed-off-by: anastasia prasolova <anastasia@nspcc.ru>
This commit is contained in:
parent
91c8688cfa
commit
74ccc1b222
2 changed files with 5 additions and 7 deletions
|
@ -21,10 +21,6 @@ NEOFS_METRICS_ADDRESS=:9090
|
|||
|
||||
# GRPC Transport Section
|
||||
NEOFS_GRPC_NUM=1
|
||||
## 0 server
|
||||
### TLS config
|
||||
NEOFS_GRPC_0_TLS_CERTIFICATE=/tls.crt
|
||||
NEOFS_GRPC_0_TLS_KEY=/tls.key
|
||||
|
||||
# Morph section
|
||||
## Endpoints of sidechain RPC nodes (comma-separated)
|
||||
|
|
|
@ -129,6 +129,8 @@ services:
|
|||
- NEOFS_GRPC_0_ENDPOINT=s04.${LOCAL_DOMAIN}:8080
|
||||
- NEOFS_GRPC_1_ENDPOINT=s04.${LOCAL_DOMAIN}:8082
|
||||
- NEOFS_GRPC_1_TLS_ENABLED=true
|
||||
- NEOFS_GRPC_1_TLS_CERTIFICATE=/tls.crt
|
||||
- NEOFS_GRPC_1_TLS_KEY=/tls.key
|
||||
- NEOFS_NODE_ATTRIBUTE_0=UN-LOCODE:FI HEL
|
||||
- NEOFS_NODE_ATTRIBUTE_1=Price:44
|
||||
healthcheck:
|
||||
|
|
Loading…
Reference in a new issue