github.com/grafana/pyroscope@v1.18.0/examples/base-url/docker-compose.yml (about) 1 services: 2 pyroscope: 3 image: grafana/pyroscope 4 command: 5 - -api.base-url 6 - /pyroscope 7 8 nginx: 9 image: nginx 10 ports: 11 - '8080:8080' 12 volumes: 13 - ./nginx.conf:/etc/nginx/nginx.conf