datalens-tech/datalens

Use only IPv4

NameArtem opened this issue · 3 comments

Hello!
I stack with a problem during the containers start.
Containers:

  • datalens-data-api
  • datalens-control-api
    bind on address with option [::].
    After binding I get errors:
    image

Hey @NameArtem!
Have you tried setting the BISYS_USE_IPV6 environment variable to 0? It actually controls which address family is used by both applications and is set to 1 by default:

If not, please do and tell us how it goes

P.S. Currently available configuration options lack explanation indeed, they will be added soon

Hi @KonstantAnxiety I have a problem with nginx configuration when containers start datalens-ui and datalens-us:
Please comment in default file datalens-ui -> listen [::]:8080 default_server, datalens-us -> listen [::]:8083 default_server;

Снимок экрана 2024-05-09 в 00 59 21 Снимок экрана 2024-05-09 в 00 58 40