Skip to content

Commit

Permalink
chore(docker): remove platform designation, no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Sep 20, 2023
1 parent 8575cfb commit fe2f5da
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ services:
dockerfile: appcontainer/Dockerfile
image: benefits_client:latest
env_file: .env
platform: linux/amd64
ports:
- "${DJANGO_LOCAL_PORT:-8000}:8000"

Expand All @@ -22,7 +21,6 @@ services:
entrypoint: sleep infinity
depends_on:
- server
platform: linux/amd64
ports:
- "${DJANGO_LOCAL_PORT:-8000}:8000"
volumes:
Expand All @@ -32,7 +30,6 @@ services:
image: benefits_client:dev
entrypoint: mkdocs
command: serve --dev-addr "0.0.0.0:8001"
platform: linux/amd64
ports:
- "8001"
volumes:
Expand Down

0 comments on commit fe2f5da

Please sign in to comment.