Skip to content

Commit

Permalink
Merge pull request #12 from GRIDAPPSD/releases/2019.02.0
Browse files Browse the repository at this point in the history
Releases/2019.02.0
  • Loading branch information
poorva1209 authored Mar 7, 2019
2 parents b4adcfd + 4fe0faa commit 64a6aa5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2'

services:
sample_app:
image: gridappsd/sample_app
image: gridappsd/sample_app${GRIDAPPSD_TAG}
environment:
GRIDAPPSD_URI: tcp://gridappsd:61613
# GRIDAPPSD_USER: system
Expand All @@ -23,6 +23,7 @@ services:
# reflected inside the container.
#
#- $HOME/git/gridappsd-sample-app/:/usr/src/gridappsd-sample

blazegraph:
image: gridappsd/blazegraph${GRIDAPPSD_TAG}
ports:
Expand Down Expand Up @@ -100,7 +101,7 @@ services:
- redis

proven:
image: gridappsd/proven:develop
image: gridappsd/proven${GRIDAPPSD_TAG}
ports:
- 18080:8080
environment:
Expand Down

0 comments on commit 64a6aa5

Please sign in to comment.