Skip to content

Commit

Permalink
Remove platform constraints (#356)
Browse files Browse the repository at this point in the history
* Remove v4 platform constraint

* Remove dev platform

* Remove fe platform constraint
  • Loading branch information
minottic authored Nov 13, 2024
1 parent be5f97c commit 3380e25
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion services/backend/services/v4/compose.base.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
services:
backend:
platform: linux/amd64
image: ghcr.io/scicatproject/backend-next:v4.6.6
depends_on:
mongodb:
Expand Down
1 change: 0 additions & 1 deletion services/backend/services/v4/compose.dev.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
services:
backend:
image: !reset null
platform: !reset null
build:
context: https://github.com/SciCatProject/scicat-backend-next.git
target: dev
Expand Down
1 change: 0 additions & 1 deletion services/frontend/compose.base.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
services:
frontend:
platform: linux/amd64
image: ghcr.io/scicatproject/frontend:v4.5.0
depends_on:
backend:
Expand Down

0 comments on commit 3380e25

Please sign in to comment.