File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ services:
8
8
postgresql :
9
9
labels :
10
10
compas : true
11
- platform : linux/amd64
12
11
image : " postgres:16.2"
13
12
ports :
14
13
- " 5432:5432"
@@ -50,7 +49,6 @@ services:
50
49
scl-data-service :
51
50
labels :
52
51
compas : true
53
- platform : linux/amd64
54
52
image : " lfenergy/compas-scl-data-service:0.15.0-postgresql"
55
53
ports :
56
54
- " 9090:8080"
@@ -105,7 +103,6 @@ services:
105
103
scl-auto-alignment :
106
104
labels :
107
105
compas : true
108
- platform : linux/amd64
109
106
image : " lfenergy/compas-scl-auto-alignment:0.5.1"
110
107
ports :
111
108
- " 9092:8080"
@@ -130,7 +127,6 @@ services:
130
127
scl-validator :
131
128
labels :
132
129
compas : true
133
- platform : linux/amd64
134
130
image : " lfenergy/compas-scl-validator:0.6.1"
135
131
ports :
136
132
- " 9093:8080"
@@ -158,7 +154,6 @@ services:
158
154
open-scd :
159
155
labels :
160
156
compas : true
161
- platform : linux/amd64
162
157
image : " lfenergy/compas-open-scd:v0.33.0.7"
163
158
depends_on :
164
159
- scl-data-service
You can’t perform that action at this time.
0 commit comments