Skip to content

Commit

Permalink
Reverted changes for demo-v3 and updated UI version to RC3 on UAT and…
Browse files Browse the repository at this point in the history
… perftest
  • Loading branch information
kpalkowska committed Nov 12, 2020
1 parent 9e73219 commit d138570
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions deployment/demo_env/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ services:
image: openlmis/auth:${OL_AUTH_VERSION}
env_file: settings.env
environment:
JAVA_OPTS: '-server -Xmx512m -Dlogging.config=/config/log/logback.xml'
JAVA_OPTS: '-server -Xmx512m -Dlogging.config=/config/log/logback.xml -Dflyway.locations=classpath:db/migration,filesystem:/demo-data'
spring_profiles_active: ${spring_profiles_active}
volumes:
- 'service-config:/config'
Expand All @@ -81,7 +81,7 @@ services:
image: openlmis/fulfillment:${OL_FULFILLMENT_VERSION}
env_file: settings.env
environment:
JAVA_OPTS: '-server -Xmx512m -Dlogging.config=/config/log/logback.xml'
JAVA_OPTS: '-server -Xmx512m -Dlogging.config=/config/log/logback.xml -Dflyway.locations=classpath:db/migration,filesystem:/demo-data'
spring_profiles_active: ${spring_profiles_active}
volumes:
- 'service-config:/config'
Expand All @@ -105,7 +105,7 @@ services:
image: openlmis/stockmanagement:${OL_STOCKMANAGEMENT_VERSION}
env_file: settings.env
environment:
JAVA_OPTS: '-server -Xmx512m -Dlogging.config=/config/log/logback.xml'
JAVA_OPTS: '-server -Xmx512m -Dlogging.config=/config/log/logback.xml -Dflyway.locations=classpath:db/migration,filesystem:/demo-data'
spring_profiles_active: ${spring_profiles_active}
volumes:
- 'service-config:/config'
Expand All @@ -117,7 +117,7 @@ services:
image: openlmis/report:${OL_REPORT_VERSION}
env_file: settings.env
environment:
JAVA_OPTS: '-server -Xmx512m -Dlogging.config=/config/log/logback.xml'
JAVA_OPTS: '-server -Xmx512m -Dlogging.config=/config/log/logback.xml -Dflyway.locations=classpath:db/migration,filesystem:/demo-data'
spring_profiles_active: ${spring_profiles_active}
volumes:
- 'service-config:/config'
Expand Down
2 changes: 1 addition & 1 deletion deployment/perftest_env/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OL_REFERENCE_UI_VERSION=5.1.9-RC2
OL_REFERENCE_UI_VERSION=5.1.9-RC3

OL_REQUISITION_VERSION=8.3.1-RC1
OL_REFERENCEDATA_VERSION=15.2.0-RC2
Expand Down
2 changes: 1 addition & 1 deletion deployment/uat_env/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OL_REFERENCE_UI_VERSION=5.1.9-RC2
OL_REFERENCE_UI_VERSION=5.1.9-RC3

OL_REQUISITION_VERSION=8.3.1-RC1
OL_REFERENCEDATA_VERSION=15.2.0-RC2
Expand Down

0 comments on commit d138570

Please sign in to comment.