From 3380e25d7b6591583eb26afbc951cbee4f07b8da Mon Sep 17 00:00:00 2001 From: Carlo Minotti <50220438+minottic@users.noreply.github.com> Date: Wed, 13 Nov 2024 10:42:13 +0100 Subject: [PATCH] Remove platform constraints (#356) * Remove v4 platform constraint * Remove dev platform * Remove fe platform constraint --- services/backend/services/v4/compose.base.yaml | 1 - services/backend/services/v4/compose.dev.yaml | 1 - services/frontend/compose.base.yaml | 1 - 3 files changed, 3 deletions(-) diff --git a/services/backend/services/v4/compose.base.yaml b/services/backend/services/v4/compose.base.yaml index be601738..1fcf83ff 100644 --- a/services/backend/services/v4/compose.base.yaml +++ b/services/backend/services/v4/compose.base.yaml @@ -1,6 +1,5 @@ services: backend: - platform: linux/amd64 image: ghcr.io/scicatproject/backend-next:v4.6.6 depends_on: mongodb: diff --git a/services/backend/services/v4/compose.dev.yaml b/services/backend/services/v4/compose.dev.yaml index f9242104..00fb1f31 100644 --- a/services/backend/services/v4/compose.dev.yaml +++ b/services/backend/services/v4/compose.dev.yaml @@ -1,7 +1,6 @@ services: backend: image: !reset null - platform: !reset null build: context: https://github.com/SciCatProject/scicat-backend-next.git target: dev diff --git a/services/frontend/compose.base.yaml b/services/frontend/compose.base.yaml index d156ca8b..1fee46d7 100644 --- a/services/frontend/compose.base.yaml +++ b/services/frontend/compose.base.yaml @@ -1,6 +1,5 @@ services: frontend: - platform: linux/amd64 image: ghcr.io/scicatproject/frontend:v4.5.0 depends_on: backend: