Skip to content

Commit

Permalink
NO-JIRA: Remove amd64 architecture from docker compose (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrescrz authored and Sasha committed Nov 25, 2024
1 parent 31dfa9a commit f0e6224
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions deployment/docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ services:
dockerfile: Dockerfile
args:
OPIK_VERSION: ${OPIK_VERSION:-latest}
platform: linux/amd64
hostname: backend
command: [ "bash", "-c", "./run_db_migrations.sh && ./entrypoint.sh" ]
environment:
Expand Down Expand Up @@ -104,7 +103,6 @@ services:
build:
context: ../../apps/opik-frontend
dockerfile: Dockerfile
platform: linux/amd64
hostname: frontend
ports:
- "5173:5173"
Expand Down

0 comments on commit f0e6224

Please sign in to comment.