Skip to content

Commit

Permalink
For Docker images that only have a linux/amd64 version, use that
Browse files Browse the repository at this point in the history
  • Loading branch information
forevermatt committed Jan 8, 2025
1 parent 64719bf commit 08af13a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ services:

email:
image: silintl/email-service:1
platform: linux/amd64
depends_on:
emaildb:
condition: service_healthy
Expand Down Expand Up @@ -173,6 +174,7 @@ services:

zxcvbn:
image: wcjr/zxcvbn-api:1.1.0
platform: linux/amd64

brokerDb:
image: mariadb:10
Expand All @@ -194,6 +196,7 @@ services:

broker:
image: silintl/idp-id-broker:6
platform: linux/amd64
ports:
- "51154:80"
depends_on:
Expand Down Expand Up @@ -249,6 +252,7 @@ services:

raml2html:
image: mattjtodd/raml2html
platform: linux/amd64
volumes:
- ./api.raml:/api.raml
- ./api.html:/api.html
Expand Down

0 comments on commit 08af13a

Please sign in to comment.