Skip to content

Commit

Permalink
Use the new docker repo name (#380)
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Xia <jasonxh@gmail.com>

Signed-off-by: Jason Xia <jasonxh@gmail.com>
  • Loading branch information
jasonxh committed Aug 12, 2022
1 parent 1b6a5af commit b775c7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment/docker-compose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ to spin up the dockerized openhab-cloud backend.

The dockerized openhab-cloud uses a separate docker image and container for each part of the overall system
according to the following stack:
* `app`: node.js and express.js (`openhab/openhabcloud-app:latest`)
* `app`: node.js and express.js (`openhab/openhab-cloud:latest`)
* `mongodb`: MongoDB database (`mongo:4`)
* `redis`: redis session manager (`bitnami/redis:latest`)
* `traefik`: http proxy with LetsEncrypt SSL Certs (`traefik:1.7`)
Expand Down
2 changes: 1 addition & 1 deletion deployment/docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
app:
image: openhab/openhabcloud-app:latest
image: openhab/openhab-cloud:latest
build:
context: ../..
# Uncomment to customize timezone
Expand Down

0 comments on commit b775c7e

Please sign in to comment.