Skip to content

Commit 6e23ae6

Browse files
authored
Merge pull request #594 from VariantEffect/feature/bencap/593/ensure-dcd-mapping-platform-is-amd64
fix: specify platform as linux/amd64 for dcd-mapping service in docker-compose
2 parents 5dc0629 + 2b4c2d4 commit 6e23ae6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose-dev.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ services:
4949

5050
dcd-mapping:
5151
build: ../dcd_mapping
52+
platform: linux/amd64
5253
image: dcd-mapping:dev
5354
command: bash -c "uvicorn api.server_main:app --host 0.0.0.0 --port 8000 --reload"
5455
depends_on:
@@ -59,6 +60,7 @@ services:
5960
ports:
6061
- "8004:8000"
6162
volumes:
63+
- ../dcd_mapping:/usr/src/app
6264
- mavedb-seqrepo-dev:/usr/local/share/seqrepo
6365

6466
cdot-rest:

0 commit comments

Comments
 (0)