nspcc-dev / neofs-aio

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

[#17] Use one image #43

Closed KirillovDenis closed 1 year ago

KirillovDenis commented 1 year ago

close #17 Signed-off-by: Denis Kirillov denis@nspcc.ru

masterSplinter01 commented 1 year ago

Tried to run the container, nginx_gw logs an error:

/docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
/docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
/docker-entrypoint.sh: Configuration complete; ready for start up
2022/12/02 21:09:53 [emerg] 1#1: host not found in upstream "http_gw" in /etc/nginx/nginx.conf:35
nginx: [emerg] host not found in upstream "http_gw" in /etc/nginx/nginx.conf:35

And:

$ docker logs -f aio     
Usage:
  neofs-cli [flags]
  neofs-cli [command]

Available Commands:
  accounting   Operations with accounts and balances
  acl          Operations with Access Control Lists
  bearer       Operations with bearer token
  completion   Generate completion script
  container    Operations with containers
  control      Operations with storage node
  gendoc       Generate documentation for this command
  help         Help about any command
  netmap       Operations with Network Map
  object       Operations with Objects
  session      Operations with session token
  storagegroup Operations with Storage Groups
  tree         Operations with the Tree service
  util         Utility operations

Flags:
  -c, --config string   Config file (default is $HOME/.config/neofs-cli/config.yaml)
  -h, --help            help for neofs-cli
  -v, --verbose         Verbose output
      --version         Application version and NeoFS API compatibility

Use "neofs-cli [command] --help" for more information about a command.