Skip to content

Commit 21341e8

Browse files
committed
chore: Remove platform linux/amd64
1 parent b2a871f commit 21341e8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

compas/docker-compose-postgresql.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ services:
88
postgresql:
99
labels:
1010
compas: true
11-
platform: linux/amd64
1211
image: "postgres:16.2"
1312
ports:
1413
- "5432:5432"
@@ -50,7 +49,6 @@ services:
5049
scl-data-service:
5150
labels:
5251
compas: true
53-
platform: linux/amd64
5452
image: "lfenergy/compas-scl-data-service:0.15.0-postgresql"
5553
ports:
5654
- "9090:8080"
@@ -105,7 +103,6 @@ services:
105103
scl-auto-alignment:
106104
labels:
107105
compas: true
108-
platform: linux/amd64
109106
image: "lfenergy/compas-scl-auto-alignment:0.5.1"
110107
ports:
111108
- "9092:8080"
@@ -130,7 +127,6 @@ services:
130127
scl-validator:
131128
labels:
132129
compas: true
133-
platform: linux/amd64
134130
image: "lfenergy/compas-scl-validator:0.6.1"
135131
ports:
136132
- "9093:8080"
@@ -158,7 +154,6 @@ services:
158154
open-scd:
159155
labels:
160156
compas: true
161-
platform: linux/amd64
162157
image: "lfenergy/compas-open-scd:v0.33.0.7"
163158
depends_on:
164159
- scl-data-service

0 commit comments

Comments
 (0)