The postgres version in line image: "postgres:16" needs to be replaced with 14 in order to make the workflow work on Mac OS M1.
Note: I am using for omero-server the image fromt the branch of @khaledk2
image: "khaledk2/omero-server:arm"
so very possibly the problem is fixed once we bump the version of the docker-omero-server to https://github.com/ome/omero-server-docker/releases/tag/5.6.16-1.
Error:
waiting on postgres port 5432
The problem happens both with addition of the port forwarding of
into the docker-compose.yml or without it.
cc @jburel
The postgres version in line
image: "postgres:16"needs to be replaced with14in order to make the workflow work on Mac OS M1.Note: I am using for
omero-serverthe image fromt the branch of @khaledk2image: "khaledk2/omero-server:arm"so very possibly the problem is fixed once we bump the version of the
docker-omero-serverto https://github.com/ome/omero-server-docker/releases/tag/5.6.16-1.Error:
waiting on postgres port 5432The problem happens both with addition of the port forwarding of
into the docker-compose.yml or without it.
cc @jburel