1services: 2 rolldice: 3 image: rolldice 4 build: 5 context: . 6 dockerfile: Dockerfile 7 ports: 8 - 8080:8083 9 environment: 10 - Otlp__Endpoint=http://lgtm:4317 11 - OTEL_METRIC_EXPORT_INTERVAL=5000 # so we don't have to wait 60s for metrics 12 13