Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Observability stack components used in examples recovered #2045

Merged
merged 7 commits into from
Jan 7, 2025
Prev Previous commit
Next Next commit
traefic based docker compose example updated to use the recent traefi…
…k version and not to rely on the XDG_RUNTIME_DIR env variable
  • Loading branch information
dadrus committed Dec 19, 2024

Verified

This commit was signed with the committer’s verified signature.
mpaperno Max Paperno
commit 489e15e53220764a94090286ad31c31001a80494
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
proxy:
image: traefik:3.0.0
image: traefik:3.2.3
ports:
- "9090:9090"
command: >
@@ -9,7 +9,7 @@ services:
--entryPoints.http.address=":9090"
--accesslog --api=true --api.insecure=true
volumes:
- "${XDG_RUNTIME_DIR}/docker.sock:/var/run/docker.sock:ro"
- "/var/run/docker.sock:/var/run/docker.sock:ro"
labels:
- traefik.enable=true
- traefik.http.routers.traefik_http.service=api@internal