Skip to content

Commit bb18056

Browse files
author
Dennis Labordus
committed
Updated config for new OpenSCD container using Bitnami
Signed-off-by: Dennis Labordus <[email protected]>
1 parent fb4aa50 commit bb18056

File tree

3 files changed

+8
-24
lines changed

3 files changed

+8
-24
lines changed

compas/docker-compose-basex.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -144,15 +144,12 @@ services:
144144
open-scd:
145145
labels:
146146
compas: true
147-
image: "lfenergy/compas-open-scd:v0.24.0.3"
148-
healthcheck:
149-
test: ["CMD", "curl", "-f", "http://localhost/"]
150-
interval: 30s
151-
timeout: 10s
152-
retries: 5
147+
image: "lfenergy/compas-open-scd:v0.24.0.4"
153148
depends_on:
154149
- scl-data-service
155150
- cim-mapping
151+
- scl-auto-alignment
152+
- scl-validator
156153

157154
reverse-proxy:
158155
labels:
@@ -163,15 +160,12 @@ services:
163160
COMPAS_HOSTNAME: ${COMPAS_HOSTNAME}
164161
ports:
165162
- "80:80"
166-
healthcheck:
167-
test: ["CMD", "curl", "-f", "http://localhost/"]
168-
interval: 30s
169-
timeout: 10s
170-
retries: 5
171163
depends_on:
172164
- keycloak
173165
- scl-data-service
174166
- cim-mapping
167+
- scl-auto-alignment
168+
- scl-validator
175169
- open-scd
176170

177171
volumes:

compas/docker-compose-postgresql.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
postgresql:
99
labels:
1010
compas: true
11-
image: "postgres:14.4"
11+
image: "postgres:14.5"
1212
ports:
1313
- "5432:5432"
1414
environment:
@@ -151,12 +151,7 @@ services:
151151
open-scd:
152152
labels:
153153
compas: true
154-
image: "lfenergy/compas-open-scd:v0.24.0.3"
155-
healthcheck:
156-
test: ["CMD", "curl", "-f", "http://localhost/"]
157-
interval: 30s
158-
timeout: 10s
159-
retries: 5
154+
image: "lfenergy/compas-open-scd:v0.24.0.4"
160155
depends_on:
161156
- scl-data-service
162157
- cim-mapping
@@ -172,11 +167,6 @@ services:
172167
COMPAS_HOSTNAME: ${COMPAS_HOSTNAME}
173168
ports:
174169
- "80:80"
175-
healthcheck:
176-
test: ["CMD", "curl", "-f", "http://localhost/"]
177-
interval: 30s
178-
timeout: 10s
179-
retries: 5
180170
depends_on:
181171
- keycloak
182172
- scl-data-service

compas/reverse-proxy/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ http {
4545
# Added Header back to browser to get JWT Content for Debugging, should not do this in production.
4646
add_header X-Debug-Bearer "Bearer ${access_token}" always;
4747

48-
proxy_pass http://open-scd:80/;
48+
proxy_pass http://open-scd:8080/;
4949

5050
proxy_set_header Host $http_host;
5151
proxy_cache_bypass $http_upgrade;

0 commit comments

Comments
 (0)