Skip to content

Commit

Permalink
Release Candidate v3.2.1-RC2 (#13)
Browse files Browse the repository at this point in the history
* Update requisition, referencedata, sm service-rc2

* Update reference-ui
  • Loading branch information
joshzamor authored Nov 8, 2017
1 parent bb07a53 commit 997d275
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 @@ -23,12 +23,12 @@ services:
depends_on: [consul]

reference-ui:
image: openlmis/reference-ui:5.0.4-RC1
image: openlmis/reference-ui:5.0.4-RC2
env_file: .env
depends_on: [consul]

requisition:
image: openlmis/requisition:5.1.0-RC1
image: openlmis/requisition:5.1.0-RC2
env_file: .env
environment:
JAVA_OPTS: '-server -Xmx1024m -Dlogging.config=/config/log/logback.xml'
Expand All @@ -38,7 +38,7 @@ services:
depends_on: [log]

referencedata:
image: openlmis/referencedata:9.0.0-RC1
image: openlmis/referencedata:9.0.0-RC2
env_file: .env
environment:
JAVA_OPTS: '-server -Xmx1024m -Dlogging.config=/config/log/logback.xml'
Expand Down Expand Up @@ -78,7 +78,7 @@ services:
depends_on: [log]

stockmanagement:
image: openlmis/stockmanagement:2.0.0-RC1
image: openlmis/stockmanagement:2.0.0-RC2
env_file: .env
environment:
JAVA_OPTS: '-server -Xmx512m -Dlogging.config=/config/log/logback.xml -Dflyway.locations=classpath:db/migration,filesystem:/demo-data'
Expand Down

0 comments on commit 997d275

Please sign in to comment.