Skip to content

Commit

Permalink
Use prebuild Admin Console images
Browse files Browse the repository at this point in the history
  • Loading branch information
sitnik committed May 25, 2017
1 parent 5251947 commit a2d3e57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions rdbms-image/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ services:
- "5432:5432"

dh_admin:
build: ../devicehive-admin
image: devicehive/admin-console:${DH_ADMIN_TAG:-latest}
ports:
- "80:80"
- "80:8080"
depends_on:
- "dh_frontend"
environment:
Expand Down
4 changes: 2 additions & 2 deletions riak-image/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ services:
- COORDINATOR_NODE=coordinator

dh_admin:
build: ../devicehive-admin
image: devicehive/admin-console:${DH_ADMIN_TAG:-latest}
ports:
- "80:80"
- "80:8080"
depends_on:
- "dh_frontend"
environment:
Expand Down

0 comments on commit a2d3e57

Please sign in to comment.