Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use only IPv4 #110

Open
NameArtem opened this issue Feb 8, 2024 · 2 comments
Open

Use only IPv4 #110

NameArtem opened this issue Feb 8, 2024 · 2 comments
Labels
question Further information is requested

Comments

@NameArtem
Copy link

NameArtem commented Feb 8, 2024

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
@paveldubinin paveldubinin added the bug Something isn't working label Feb 19, 2024
@KonstantAnxiety
Copy link
Contributor

KonstantAnxiety commented Feb 21, 2024

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

@KonstantAnxiety KonstantAnxiety added question Further information is requested and removed bug Something isn't working labels Feb 21, 2024
@Alekovmsk
Copy link

Alekovmsk commented May 8, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants