Skip to content

Commit

Permalink
add platform limits
Browse files Browse the repository at this point in the history
  • Loading branch information
BryonLewis committed Jul 25, 2024
1 parent 0b4974a commit 34bf8e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# Use YAML anchors for the common config between both workers
x-worker: &base-worker
ipc: host
platform: 'linux/amd64'
build:
context: .
dockerfile: docker/girder_worker.Dockerfile
Expand Down Expand Up @@ -50,6 +51,7 @@ services:
- ${MONGO_DB_PATH:-mongo_db}:/data/db

girder:
platform: 'linux/amd64'
build:
context: .
dockerfile: docker/girder.Dockerfile
Expand Down

0 comments on commit 34bf8e9

Please sign in to comment.