Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down