Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

💩 🔧 Configure the demo to use pre-built images for the notify limit c… #106

Merged
merged 1 commit into from
Jan 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading