storj/cmd/storagenode/docker-base
Márton Elek 3d79c5f3a1 storagenode/docker: allow to configure updater with separated env variables
We couldn't use environment variables safely to configure storagenode, since we introduced the embedded updater.

For example STORJ_DEBUG_ADDR=localhost:11111 would try to set debug port 11111 for both the storagenode and storagenode-updated, causing port conflict.

This small change enables to configure storagenode-updater with STORJUPDATER_... environment variables.

Tested with creating custom image and installing to my own storage node.

Change-Id: I6b0a601a4dc63d2d1ff3c191ae89981434e55c30
2022-08-24 06:50:30 +00:00
..
bin cmd/storagenode: fix failing supervisord "processes" eventlistener 2022-05-04 02:44:23 +00:00
etc/supervisor storagenode/docker: allow to configure updater with separated env variables 2022-08-24 06:50:30 +00:00