forked from TrueCloudLab/frostfs-dev-env
9f2a340dd5
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
14 lines
337 B
Markdown
14 lines
337 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 it's label here. Instead of
|
|
pulling from DockerHub, the local image will be used.
|
|
|
|
### NODE_IMAGE=nspccdev/neofs-ir
|
|
|
|
Image label prefix to use for Storage docker containers.
|