Skip to content

Commit

Permalink
Added commands to run the observability with examples in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
xBlaz3kx committed Feb 2, 2025
1 parent 38caa74 commit 7a1d09a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
test:
docker compose -f docker-compose.test.yaml up toxiproxy integration_test --abort-on-container-exit

example-ocpp-201:
docker compose -f example/2.0.1/docker-compose.yml up --build

example-ocpp-16:
docker compose -f example/1.6/docker-compose.yml up --build

# Run the example with LGTM stack and observability enabled by default:
example-ocpp16-observability:
METRICS_ENABLED=true docker compose -f example/1.6/docker-compose.yml -f example/docker-compose.observability.yaml up --build

0 comments on commit 7a1d09a

Please sign in to comment.