Skip to content

Commit

Permalink
feat: add otel to docker-compose.yml
Browse files Browse the repository at this point in the history
Co-authored-by: tronghn <trong.huu.nguyen@nav.no>
Co-authored-by: kimtore <kim.tore.jensen@nav.no>
  • Loading branch information
3 people committed Nov 13, 2024
1 parent f2ebc57 commit 0005131
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
services:
otel:
image: grafana/otel-lgtm:latest
ports:
- "3001:3000"
- "4317:4317"
- "4318:4318"
oauth-server:
image: ghcr.io/navikt/mock-oauth2-server:2.1.10
ports:
Expand Down

0 comments on commit 0005131

Please sign in to comment.