Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

Commit

Permalink
fixed California Preview compose file to have the right ENV for the e…
Browse files Browse the repository at this point in the history
…xport services

Signed-off-by: Jim White <james_white2@dell.com>
  • Loading branch information
Jim White committed Feb 21, 2018
1 parent cf33254 commit d22bcd6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions compose-files/docker-compose-preview-california-0.5.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ services:
image: edgexfoundry/core-data-go:0.5.0-california-pre-release
ports:
- "48080:48080"
- "5563"
- "5563:5563"
container_name: edgex-core-data
hostname: edgex-core-data
networks:
Expand Down Expand Up @@ -191,12 +191,12 @@ services:
environment:
- EXPORT_CLIENT_MONGO_URL=edgex-mongo
- EXPORT_CLIENT_DISTRO_HOST=export-distro
- EXPORT_CLIENT_CONSUL_HOST=edgex-config-seed

export-distro:
image: edgexfoundry/export-distro-go:0.5.1-california-pre-release
ports:
- "48070:48070"
- "5566"
container_name: edgex-export-distro
hostname: edgex-export-distro
networks:
Expand All @@ -210,7 +210,8 @@ services:
- export-client
environment:
- EXPORT_DISTRO_CLIENT_HOST=export-client
- EXPORT_DISTRO_DATA_HOST=edgex-mongo
- EXPORT_DISTRO_DATA_HOST=edgex-core-data
- EXPORT_DISTRO_CONSUL_HOST=edgex-config-seed
- EXPORT_DISTRO_MQTTS_CERT_FILE=none
- EXPORT_DISTRO_MQTTS_KEY_FILE=none

Expand Down

0 comments on commit d22bcd6

Please sign in to comment.