Skip to content

Commit

Permalink
Explicitly set platform when running.
Browse files Browse the repository at this point in the history
  • Loading branch information
janderland committed Jul 6, 2024
1 parent 020d508 commit 2d05344
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ services:
build:
container_name: "build"
image: "docker.io/janderland/fdbq-build:${DOCKER_TAG}"
platform: "linux/amd64"
build:
context: "./docker"
target: "builder"
Expand All @@ -29,6 +30,7 @@ services:
fdbq:
container_name: "fdbq"
image: "docker.io/janderland/fdbq:${DOCKER_TAG}"
platform: "linux/amd64"
build:
context: "."
dockerfile: "./docker/Dockerfile"
Expand All @@ -49,5 +51,6 @@ services:
fdb:
container_name: "fdb"
image: "${FDB_DOCKER_IMAGE}"
platform: "linux/amd64"
ports:
- "4500:4500"

0 comments on commit 2d05344

Please sign in to comment.