diff --git a/docker-compose.yml b/docker-compose.yml index 435632a..e7f51ab 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -94,6 +94,9 @@ services: - ./dockerfiles/scripts:/tmp/scripts database: + # The PgSTAC image does not publish an arm64 manifest for this tag, so run + # the amd64 image under emulation on Apple Silicon and other arm64 hosts. + platform: linux/amd64 image: ghcr.io/stac-utils/pgstac:v0.9.6 environment: - POSTGRES_USER=username