Skip to content

Commit

Permalink
Bump versions to RC1 and remove CCE Service (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshzamor authored Nov 2, 2017
1 parent 3d3ed22 commit 8a6ed58
Showing 1 changed file with 8 additions and 18 deletions.
26 changes: 8 additions & 18 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-SNAPSHOT
image: openlmis/reference-ui:5.0.4-RC1
env_file: .env
depends_on: [consul]

requisition:
image: openlmis/requisition:5.1.0-SNAPSHOT
image: openlmis/requisition:5.1.0-RC1
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-SNAPSHOT
image: openlmis/referencedata:9.0.0-RC1
env_file: .env
environment:
JAVA_OPTS: '-server -Xmx1024m -Dlogging.config=/config/log/logback.xml'
Expand All @@ -48,7 +48,7 @@ services:
depends_on: [log]

auth:
image: openlmis/auth:3.1.1-SNAPSHOT
image: openlmis/auth:3.1.1-RC1
env_file: .env
environment:
JAVA_OPTS: '-server -Xmx512m -Dlogging.config=/config/log/logback.xml -Dflyway.locations=classpath:db/migration,filesystem:/demo-data'
Expand All @@ -58,7 +58,7 @@ services:
depends_on: [log]

notification:
image: openlmis/notification:3.0.4-SNAPSHOT
image: openlmis/notification:3.0.4-RC1
env_file: .env
environment:
JAVA_OPTS: '-server -Xmx512m -Dlogging.config=/config/log/logback.xml'
Expand All @@ -68,7 +68,7 @@ services:
depends_on: [log]

fulfillment:
image: openlmis/fulfillment:6.1.0-SNAPSHOT
image: openlmis/fulfillment:6.1.0-RC1
env_file: .env
environment:
JAVA_OPTS: '-server -Xmx512m -Dlogging.config=/config/log/logback.xml -Dflyway.locations=classpath:db/migration,filesystem:/demo-data'
Expand All @@ -77,18 +77,8 @@ services:
- 'service-config:/config'
depends_on: [log]

cce:
image: openlmis/cce:1.0.0-SNAPSHOT
env_file: .env
environment:
JAVA_OPTS: '-server -Xmx512m -Dlogging.config=/config/log/logback.xml'
spring_profiles_active: ${spring_profiles_active}
volumes:
- 'service-config:/config'
depends_on: [log]

stockmanagement:
image: openlmis/stockmanagement:2.0.0-SNAPSHOT
image: openlmis/stockmanagement:2.0.0-RC1
env_file: .env
environment:
JAVA_OPTS: '-server -Xmx512m -Dlogging.config=/config/log/logback.xml -Dflyway.locations=classpath:db/migration,filesystem:/demo-data'
Expand All @@ -98,7 +88,7 @@ services:
depends_on: [log]

report:
image: openlmis/report:1.0.0-SNAPSHOT
image: openlmis/report:1.0.0-RC1
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 8a6ed58

Please sign in to comment.