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

     1  version: '3'
     2  services:
     3    pyroscope:
     4      image: 'pyroscope/pyroscope:latest'
     5      command:
     6        - 'server'
     7      environment:
     8        PYROSCOPE_BASE_URL: /pyroscope
     9    nginx:
    10      image: nginx
    11      ports:
    12        - '8080:8080'
    13      volumes:
    14        - ./nginx.conf:/etc/nginx/nginx.conf