github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/examples/dotnet/web-new/docker-compose.yml (about) 1 --- 2 version: '3.9' 3 services: 4 pyroscope: 5 image: 'pyroscope/pyroscope:latest' 6 ports: 7 - '4040:4040' 8 command: 9 - 'server' 10 app: 11 environment: 12 ASPNETCORE_URLS: http://*:5000 13 ports: 14 - '5000:5000' 15 build: ''