Skip to content

Commit

Permalink
Testing new runner
Browse files Browse the repository at this point in the history
  • Loading branch information
mantzas committed Nov 10, 2024
1 parent 9a0d593 commit 3f38081
Showing 1 changed file with 0 additions and 41 deletions.
41 changes: 0 additions & 41 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,47 +106,6 @@ services:
- ./docker-compose/otelcol-config.yaml:/etc/otelcol-config.yaml
ports:
- 4317:4317
# tempo-init:
# image: grafana/tempo:latest
# user: root
# entrypoint:
# - "chown"
# - "10001:10001"
# - "/var/tempo"
# volumes:
# - ./docker-compose/tempo-data:/var/tempo
# tempo:
# image: grafana/tempo:latest
# command: [ "-config.file=/etc/tempo.yaml" ]
# volumes:
# - ./docker-compose/tempo.yaml:/etc/tempo.yaml
# - ./docker-compose/tempo-data:/var/tempo
# ports:
# - "3200" # tempo
# - "4317" # otlp grpc
# depends_on:
# - tempo-init
# prometheus:
# image: prom/prometheus:latest
# command:
# - --config.file=/etc/prometheus.yaml
# - --web.enable-remote-write-receiver
# - --enable-feature=exemplar-storage
# volumes:
# - ./docker-compose/prometheus.yaml:/etc/prometheus.yaml
# ports:
# - "9090:9090"
grafana:
image: grafana/grafana:latest
volumes:
- ./docker-compose/grafana-datasources.yaml:/etc/grafana/provisioning/datasources/datasources.yaml
environment:
- GF_AUTH_ANONYMOUS_ENABLED=true
- GF_AUTH_ANONYMOUS_ORG_ROLE=Admin
- GF_AUTH_DISABLE_LOGIN_FORM=true
- GF_FEATURE_TOGGLES_ENABLE=traceqlEditor
ports:
- "3000:3000"
volumes:
rabbitmq_data:
driver: local
Expand Down

0 comments on commit 3f38081

Please sign in to comment.