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

How to import SNOMED files running on Docker #626

Open
will-weiss opened this issue Oct 12, 2024 · 0 comments
Open

How to import SNOMED files running on Docker #626

will-weiss opened this issue Oct 12, 2024 · 0 comments

Comments

@will-weiss
Copy link

will-weiss commented Oct 12, 2024

Hello! I'm excited to get up and running with snowstorm.

I am running docker compose up -d locally per the docs and can see the SNOMED International Browser with no data at http://localhost:80

image

However, while it appears there is a server running on 8080 I only get an empty reply from it at the root endpoing

└> curl localhost:8080
curl: (52) Empty reply from server
└> curl localhost:8081
curl: (7) Failed to connect to localhost port 8081 after 0 ms: Couldn't connect to server

Elastic search is running

└> curl localhost:9200
{
  "name" : "snowstorm",
  "cluster_name" : "snowstorm-cluster",
  "cluster_uuid" : "CnmtiUd6R3ibaCdfwBy5og",
  "version" : {
    "number" : "8.11.1",
    "build_flavor" : "default",
    "build_type" : "docker",
    "build_hash" : "6f9ff581fbcde658e6f69d6ce03050f060d1fd0c",
    "build_date" : "2023-11-11T10:05:59.421038163Z",
    "build_snapshot" : false,
    "lucene_version" : "9.8.0",
    "minimum_wire_compatibility_version" : "7.17.0",
    "minimum_index_compatibility_version" : "7.0.0"
  },
  "tagline" : "You Know, for Search"
}

The docs suggest I can find an import endpoint via Swagger, but I can't find the Swagger docs. Any ideas as to what might be going on?

Thanks so much in advance!

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

No branches or pull requests

1 participant