Skip to content

Commit

Permalink
Merge pull request #196 from com-pas/chore/bump-be-services
Browse files Browse the repository at this point in the history
chore: Bump data service to 0.15.6, cim mapping to 0.11.0, auto align…
  • Loading branch information
clepski authored Feb 17, 2025
2 parents dbe535b + 1bd07ca commit 0a41aae
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 0a41aae

Please sign in to comment.