From 511a140e54aa7697b9712ce5f9f3f596def6c7ee Mon Sep 17 00:00:00 2001 From: hanzila1 Date: Tue, 26 May 2026 13:23:32 +0500 Subject: [PATCH] Set PgSTAC database platform for arm64 hosts --- docker-compose.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 435632a9..e7f51ab9 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