Skip to content

Commit

Permalink
Merge pull request #106 from US-JOET/hack_notify_charging_limit
Browse files Browse the repository at this point in the history
💩 🔧 Configure the demo to use pre-built images for the notify limit c…
  • Loading branch information
shankari authored Jan 27, 2025
2 parents cf31537 + 33323de commit a3feaa1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker-compose.ocpp201.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
driver: none

manager:
image: ghcr.io/everest/everest-demo/manager:${TAG}
image: ghcr.io/everest/everest-demo/manager:working_notify_limit
platform: linux/x86_64
deploy:
resources:
Expand All @@ -28,7 +28,7 @@ services:
- "host.docker.internal:host-gateway"

nodered:
image: ghcr.io/everest/everest-demo/nodered:${TAG}
image: ghcr.io/everest/everest-demo/nodered:working_notify_limit
depends_on:
- mqtt-server
ports:
Expand Down
4 changes: 2 additions & 2 deletions maeve/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
retries: 3

gateway:
image: ghcr.io/everest/everest-demo/maeve-gateway:${TAG}
image: ghcr.io/everest/everest-demo/maeve-gateway:0.0.23
depends_on:
mqtt:
condition: service_healthy
Expand Down Expand Up @@ -67,7 +67,7 @@ services:
user: "${UID}:${GID}"

manager:
image: ghcr.io/everest/everest-demo/maeve-manager:${TAG}
image: ghcr.io/everest/everest-demo/maeve-manager:working_notify_limit
build:
context: manager
depends_on:
Expand Down
3 changes: 3 additions & 0 deletions manager/config-sil-ocpp201-pnc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ active_modules:
evse_manager:
- module_id: evse_manager_1
implementation_id: evse
ocpp:
- module_id: ocpp
implementation_id: ocpp_generic
error_history:
- module_id: error_history
implementation_id: error_history
Expand Down

0 comments on commit a3feaa1

Please sign in to comment.