diff --git a/deployment/docker-compose/docker-compose.yaml b/deployment/docker-compose/docker-compose.yaml index 8c1364dbbd..f58d6acba2 100644 --- a/deployment/docker-compose/docker-compose.yaml +++ b/deployment/docker-compose/docker-compose.yaml @@ -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: @@ -104,7 +103,6 @@ services: build: context: ../../apps/opik-frontend dockerfile: Dockerfile - platform: linux/amd64 hostname: frontend ports: - "5173:5173"