Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrochalskisoldevelo committed Apr 24, 2024
1 parent 592cbe3 commit 70a1c06
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,27 +24,27 @@ services:
- ui-layout
- cce-ui
auth-ui:
image: openlmis/auth-ui:6.2.12-SNAPSHOT
image: openlmis/auth-ui:6.2.13-SNAPSHOT
volumes:
- '/openlmis-auth-ui'
referencedata-ui:
image: openlmis/referencedata-ui:5.6.12-SNAPSHOT
image: openlmis/referencedata-ui:5.6.13-SNAPSHOT
volumes:
- '/openlmis-referencedata-ui'
stockmanagement-ui:
image: openlmis/stockmanagement-ui:2.1.7-SNAPSHOT
volumes:
- '/openlmis-stockmanagement-ui'
ui-components:
image: openlmis/ui-components:7.2.11-SNAPSHOT
image: openlmis/ui-components:7.2.12-SNAPSHOT
volumes:
- '/openlmis-ui-components'
ui-layout:
image: openlmis/ui-layout:5.2.6-SNAPSHOT
image: openlmis/ui-layout:5.2.5
volumes:
- '/openlmis-ui-layout'
cce-ui:
image: openlmis/cce-ui:1.1.5-SNAPSHOT
image: openlmis/cce-ui:1.1.6-SNAPSHOT
volumes:
- '/openlmis-cce-ui'
image:
Expand Down

0 comments on commit 70a1c06

Please sign in to comment.