CenterForOpenScience / SHARE

SHARE is building a free, open, data set about research and scholarly activities across their life cycle.
http://share-research.readthedocs.io/en/latest/index.html
Apache License 2.0
101 stars 58 forks source link

[ENG-6052] | Fixes to share for M chips discovered during local setup #821

Closed sh-andriy closed 3 months ago

sh-andriy commented 3 months ago

Were encountering errors when running this command docker-compose up -d elastic8, such as network problems (share_network helped), still had other issues and after specifying platform it removed incompatible platforms warnings (arm with amd) and set elastic8 up without troubles.

When was testing the share project in osf (here http://localhost:5000/search) could not see any of my projects and encountered errors this fix helped me to solve them: in docker-compose.yml:

in elastic8 service under environment category removed this line: - cluster.initial_master_nodes=singlenode add this line instead: - discovery.type=single-node