github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/examples/python/simple/docker-compose.yml (about)

     1  ---
     2  version: '3.9'
     3  
     4  services:
     5    pyroscope:
     6      image: 'pyroscope/pyroscope:latest'
     7      ports:
     8        - '4040:4040'
     9      command:
    10        - 'server'
    11    app:
    12      build: .