github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/examples/dotnet/fast-slow/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-glibc: 11 build: 12 context: . 13 dockerfile: Dockerfile 14 app-musl: 15 build: 16 context: . 17 dockerfile: musl.Dockerfile