Skip to content

Docker environment variables (PORT, MAX_CONNECTIONS) are ignored + Map not working #74

Description

@davejenej

Hi, I've been testing the latest Docker image (ghcr.io/lklynet/hypermind:latest) and found several issues regarding configuration:

Env variables ignored: Setting PORT=6969 (or any other port) in environment does not work. The app always listens on port 3000 internally. The same applies to MAX_CONNECTIONS, which seems hardcoded regardless of the env setting.

Map data: The map remains empty/black even when ENABLE_MAP=true is set and the container is running in network_mode: host with active connections. It seems GeoIP lookup or map assets are missing in the Docker build.

Statistics: The Total Unique nodes count often shows lower values than Active Nodes, suggesting a bug in the HyperLogLog implementation or its display.

Testing was done via Portainer/Docker Compose. Would be great to have these fixed for better self-hosting. Thanks!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions