graphql-engine/docker-compose
Samir Talwar 9175ee3b33 Docker: Add explicit platforms for databases.
Some databases don't provide `arm64` Docker images, leading to warnings when running `docker compose up` on macOS arm64.

We can suppress these warnings by explicitly stating that we want the amd64 images, even on arm64 machines. (They run through virtualization.)

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7309
GitOrigin-RevId: 8e5edfd2508d5c5007162ad4056c7ec32793faef
2022-12-18 23:07:22 +00:00
..
postgres CREATE SCHEMA _ IF NOT EXISTS in api-tests 2022-11-03 14:54:48 +00:00
databases.yaml Docker: Add explicit platforms for databases. 2022-12-18 23:07:22 +00:00