14 lines
342 B
Markdown
14 lines
342 B
Markdown
# Storage service
|
|
|
|
## .env settings
|
|
|
|
### NODE_VERSION
|
|
|
|
Image version label to use for Storage docker containers.
|
|
|
|
If you want to use locally built image, just set its label here. Instead of
|
|
pulling from DockerHub, the local image will be used.
|
|
|
|
### NODE_IMAGE=truecloudlab/frostfs-ir
|
|
|
|
Image label prefix to use for Storage docker containers.
|