Skip to content

Commit a624578

Browse files
committed
Added commands to run the observability with examples in makefile
1 parent 2bee38f commit a624578

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Makefile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
11
test:
22
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

Comments
 (0)