nspcc-dev / neofs-aio

NeoFS All-in-One single node deployment helper
5 stars 9 forks source link

AIO doesn't start without providing envs for REST gate #56

Closed smallhive closed 1 year ago

smallhive commented 1 year ago

During the task we've found, the last versions AIO container (0.36.0, 0.36.1) don't start without providing extra env parameters:

docker run --env-file ./rest-gw/rest.env nspccdev/neofs-aio:0.36.0

Expected behavior/start case like:

docker run nspccdev/neofs-aio:0.36.0
roman-khimov commented 1 year ago

Same thing with HTTP btw. We should have these defaults embedded right into the container itself.