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 23, 2024
1 parent 4bfb6b3 commit 3b66b0b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@ services:
- ui-components
- ui-layout
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'
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'
image:
Expand Down

0 comments on commit 3b66b0b

Please sign in to comment.