ome / docker-example-omero

OMERO Docker compose example
BSD 2-Clause "Simplified" License
24 stars 26 forks source link

Update #15

Closed jburel closed 7 months ago

jburel commented 8 months ago

This PR tests the build on ubuntu and mac For some reasons, I have not been able to make the login work on mac despite the container being up This is a problem with docker on mac and IP I have added a test checking that web is up

cc @pwalczysko @joshmoore

jburel commented 7 months ago

Extending the waiting time did not solve the issue on Mac. If we do not want the test for mac, I can strip. Let me know @joshmoore @pwalczysko since some of the commits will be needed when rebuilding the docker image to fix https://github.com/ome/omero-web-docker/issues/77

joshmoore commented 7 months ago

Extending the waiting time did not solve the issue on Mac.

I.e., when you try to run the above locally, you get a timeout? Can you share it here?

jburel commented 7 months ago

No, @pwalczysko suggested increasing the time since he had to wait longer while installing locally on mac.

jburel commented 7 months ago

Replaced by #16,

16 does not add support for MacOS for now