Skip to content

Commit

Permalink
Point to US-JOET Docker images
Browse files Browse the repository at this point in the history
We will use images hosted by the US-JOET organization until changes are made to EVerest's packaging and release practices that allow them to be incorporated as packages for the EVerest organization.

Co-authored-by: K. Shankari <[email protected]>
Signed-off-by: Dan Moore <[email protected]>
  • Loading branch information
drmrd and shankari authored Nov 20, 2023
1 parent 3b16d74 commit 493348c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.iso15118-dc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ version: "3.6"

services:
mqtt-server:
image: ghcr.io/everest/everest-demo/mqtt-server:0.0.1
image: ghcr.io/us-joet/everest-demo/mqtt-server:build_pkg_fix_dc_config
logging:
driver: none
ports:
- 1883:1883

manager:
image: ghcr.io/everest/everest-demo/manager:0.0.2
image: ghcr.io/us-joet/everest-demo/manager:build_pkg_fix_dc_config
depends_on:
- mqtt-server
environment:
Expand All @@ -19,7 +19,7 @@ services:
- net.ipv6.conf.all.disable_ipv6=0

node-red:
image: ghcr.io/everest/everest-demo/nodered:0.0.2
image: ghcr.io/us-joet/everest-demo/nodered:build_pkg_fix_dc_config
depends_on:
- mqtt-server
environment:
Expand Down

0 comments on commit 493348c

Please sign in to comment.