Skip to content

Postgres:16 in docker-compose on Mac OS #20

@pwalczysko

Description

@pwalczysko

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

    ports:
      - "5432:5432"

into the docker-compose.yml or without it.

cc @jburel

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions