Skip to content

Commit

Permalink
chore: Bump data service to 0.15.6, cim mapping to 0.11.0, auto align…
Browse files Browse the repository at this point in the history
…ment to 0.5.2

Signed-off-by: Christopher Lepski <[email protected]>
  • Loading branch information
clepski committed Feb 17, 2025
1 parent dbe535b commit 1bd07ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions compas/docker-compose-postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ services:
scl-data-service:
labels:
compas: true
image: "lfenergy/compas-scl-data-service:0.15.0-postgresql"
image: "lfenergy/compas-scl-data-service:0.15.6-postgresql"
ports:
- "9090:8080"
environment:
Expand Down Expand Up @@ -76,7 +76,7 @@ services:
cim-mapping:
labels:
compas: true
image: "lfenergy/compas-cim-mapping:0.10.4"
image: "lfenergy/compas-cim-mapping:0.11.0"
ports:
- "9091:8080"
environment:
Expand All @@ -100,7 +100,7 @@ services:
scl-auto-alignment:
labels:
compas: true
image: "lfenergy/compas-scl-auto-alignment:0.5.1"
image: "lfenergy/compas-scl-auto-alignment:0.5.2"
ports:
- "9092:8080"
environment:
Expand Down

0 comments on commit 1bd07ca

Please sign in to comment.