Loading services/monitoring/docker-compose.yml +5 −5 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ services: - /var/run/docker.sock:/var/run/docker.sock:rw grafana: image: grafana/grafana image: grafana/grafana:11.5.2 user: "${DUID}:${DGID}" environment: - GF_SECURITY_ADMIN_PASSWORD=secure_pass Loading Loading @@ -68,7 +68,7 @@ services: # grafana image renderer renderer: image: grafana/grafana-image-renderer:latest image: grafana/grafana-image-renderer:3.12.1 container_name: grafana-image-renderer expose: - "8081" Loading @@ -77,7 +77,7 @@ services: # fluent-bit send logs to loki fluent-bit: image: grafana/fluent-bit-plugin-loki:latest image: grafana/fluent-bit-plugin-loki:3.1.2 container_name: fluent-bit environment: - LOKI_URL=http://loki:3100/loki/api/v1/push Loading @@ -89,7 +89,7 @@ services: # opentelemetry collector otel-collector: image: otel/opentelemetry-collector:latest image: otel/opentelemetry-collector:0.120.0 ports: - 55680:55680 - 4317:4317 Loading @@ -99,7 +99,7 @@ services: # tempo is a distributed tracing backend tempo: image: grafana/tempo:latest image: grafana/tempo:r190-70f6095 command: [ "-config.file=/etc/tempo.yaml" ] volumes: - ./tempo/tempo.yaml:/etc/tempo.yaml Loading Loading
services/monitoring/docker-compose.yml +5 −5 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ services: - /var/run/docker.sock:/var/run/docker.sock:rw grafana: image: grafana/grafana image: grafana/grafana:11.5.2 user: "${DUID}:${DGID}" environment: - GF_SECURITY_ADMIN_PASSWORD=secure_pass Loading Loading @@ -68,7 +68,7 @@ services: # grafana image renderer renderer: image: grafana/grafana-image-renderer:latest image: grafana/grafana-image-renderer:3.12.1 container_name: grafana-image-renderer expose: - "8081" Loading @@ -77,7 +77,7 @@ services: # fluent-bit send logs to loki fluent-bit: image: grafana/fluent-bit-plugin-loki:latest image: grafana/fluent-bit-plugin-loki:3.1.2 container_name: fluent-bit environment: - LOKI_URL=http://loki:3100/loki/api/v1/push Loading @@ -89,7 +89,7 @@ services: # opentelemetry collector otel-collector: image: otel/opentelemetry-collector:latest image: otel/opentelemetry-collector:0.120.0 ports: - 55680:55680 - 4317:4317 Loading @@ -99,7 +99,7 @@ services: # tempo is a distributed tracing backend tempo: image: grafana/tempo:latest image: grafana/tempo:r190-70f6095 command: [ "-config.file=/etc/tempo.yaml" ] volumes: - ./tempo/tempo.yaml:/etc/tempo.yaml Loading