version: '3' services: us-east: ports: - 5000 environment: - REGION=us-east build: context: . eu-north: ports: - 5000 environment: - REGION=eu-north build: context: . ap-south: ports: - 5000 environment: - REGION=ap-south build: context: . pyroscope: image: pyroscope/pyroscope environment: - PYROSCOPE_LOG_LEVEL=debug ports: - '4040:4040' command: - 'server' load-generator: build: context: . dockerfile: Dockerfile.load-generator