feat: basic webinar checker bot
This commit is contained in:
@@ -13,9 +13,9 @@ services:
|
||||
retries: 5
|
||||
|
||||
playwright-service:
|
||||
image: mcr.microsoft.com/playwright:v1.56.0-noble
|
||||
image: mcr.microsoft.com/playwright:v1.56.0-jammy
|
||||
restart: unless-stopped
|
||||
command: npx -y playwright run-server --port 3000 --path /ws
|
||||
command: npx -y playwright@1.56.0 run-server --port 3000 --path /ws
|
||||
ports:
|
||||
- "3000:3000"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user