https://github.com/depechie/pluralsight-otel-demo
https://github.com/depechie/pluralsight-otel-demo
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/depechie/pluralsight-otel-demo
- Owner: Depechie
- License: mit
- Created: 2023-12-04T05:24:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-05T08:29:50.000Z (over 2 years ago)
- Last Synced: 2025-10-05T08:01:18.468Z (8 months ago)
- Language: C#
- Size: 36.1 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pluralsight-Otel-Demo
Docker compose for the API's and Tooling.
Run with following command on MAC or Linux
```
docker compose up -d
```
Or following command on Windows
```
docker-compose -f docker-compose-windows.yml up -d
```
Use following URL's to test the API's after starting the docker compose environment
[http://localhost:6001/swagger/index.html](http://localhost:6001/swagger/index.html)
[http://localhost:6002/swagger/index.html](http://localhost:6002/swagger/index.html)