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

Add Apple M1/ARM-64 support to database image #753

Open
marteinn opened this issue Nov 20, 2021 · 0 comments
Open

Add Apple M1/ARM-64 support to database image #753

marteinn opened this issue Nov 20, 2021 · 0 comments
Labels

Comments

@marteinn
Copy link
Member

The postgis/postgis:12-2.5-alpine container used for DB is currently not supported by arm64/M1. This issue is a reminder to update it as soon as postgis/postgis is compatible with arm64. Read more here: postgis/docker-postgis#216

The current workaround is to use a docker-compose override with another db image, example:

# docker-compose override for using a ARM64 compatible db
version: "3.1"
services:
  db:
    image: gangstead/postgis:13-3.1-arm
@marteinn marteinn added the Chore label Nov 20, 2021
@marteinn marteinn changed the title Add Apple M1 support to database image Add Apple M1/ARM-64 support to database image Nov 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant