move s04 tls keys configuration from .storage.env to compose file

Signed-off-by: anastasia prasolova <anastasia@nspcc.ru>
This commit is contained in:
anastasia prasolova 2021-07-09 11:22:01 +03:00 committed by Alex Vanin
parent 91c8688cfa
commit 74ccc1b222
2 changed files with 5 additions and 7 deletions

View file

@ -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)

View file

@ -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: