Skip to content

Commit

Permalink
Add platform parameter to Docker compose if built using DIBBs via ghcr (
Browse files Browse the repository at this point in the history
#2293)

add linux/amd64 as platform
  • Loading branch information
robertmitchellv authored Aug 1, 2024
1 parent 03ca55b commit ea14805
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions containers/message-refiner/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
services:
message-refiner-service:
platform: linux/amd64
build:
context: .
depends_on:
Expand All @@ -11,6 +12,7 @@ services:
environment:
- TRIGGER_CODE_REFERENCE_URL=http://trigger-code-reference-service:8080
trigger-code-reference-service:
platform: linux/amd64
build:
context: ../trigger-code-reference
ports:
Expand Down
1 change: 1 addition & 0 deletions containers/record-linkage/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ services:
timeout: 5s
retries: 20
record-linkage:
platform: linux/amd64
build: .
ports:
- "8080:8080"
Expand Down

0 comments on commit ea14805

Please sign in to comment.