We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bee38f commit a624578Copy full SHA for a624578
Makefile
@@ -1,2 +1,12 @@
1
test:
2
docker compose -f docker-compose.test.yaml up toxiproxy integration_test --abort-on-container-exit
3
+
4
+example-ocpp-201:
5
+ docker compose -f example/2.0.1/docker-compose.yml up --build
6
7
+example-ocpp-16:
8
+ docker compose -f example/1.6/docker-compose.yml up --build
9
10
+# Run the example with LGTM stack and observability enabled by default:
11
+example-ocpp16-observability:
12
+ METRICS_ENABLED=true docker compose -f example/1.6/docker-compose.yml -f example/docker-compose.observability.yaml up --build
0 commit comments