Connect to a remote instance using web sockets by jnioche · Pull Request #1361 · apache/stormcrawler · GitHub
Skip to content

Connect to a remote instance using web sockets#1361

Merged
rzo1 merged 2 commits into
mainfrom
PWremoteOverWS
Oct 21, 2024
Merged

Connect to a remote instance using web sockets#1361
rzo1 merged 2 commits into
mainfrom
PWremoteOverWS

Conversation

@jnioche

@jnioche jnioche commented Oct 18, 2024

Copy link
Copy Markdown
Contributor

Tested by running the PW image in a Docker container

  pw-server:
     container_name: pw-server
     image: mcr.microsoft.com/playwright:v1.47.0
     command:
       - /bin/sh
       - -c
       - |
         cd /home/pwuser 
         npx -y playwright@1.47.0 run-server --port 3000
     ports:
     - 3000:3000
     restart: always

Signed-off-by: Julien Nioche <julien@digitalpebble.com>
@jnioche jnioche added this to the 3.1.1 milestone Oct 18, 2024
Signed-off-by: Julien Nioche <julien@digitalpebble.com>
@rzo1 rzo1 merged commit 731189b into main Oct 21, 2024
@rzo1 rzo1 deleted the PWremoteOverWS branch October 21, 2024 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants