services: lightpanda: image: docker.io/lightpanda/browser:0.3.7 platform: linux/arm64 container_name: bench-probe-lightpanda-proxy command: ["/bin/lightpanda", "serve", "--host", "0.0.0.0", "--port", "9222", "--log_level", "info"] ports: - "19223:9222" extra_hosts: - "host.docker.internal:host-gateway" environment: HTTP_PROXY: http://host.docker.internal:17890 HTTPS_PROXY: http://host.docker.internal:17890 http_proxy: http://host.docker.internal:17890 https_proxy: http://host.docker.internal:17890 NO_PROXY: 127.0.0.1,localhost no_proxy: 127.0.0.1,localhost mem_limit: 320m restart: "no"