feat: basic webinar checker bot

This commit is contained in:
2025-11-26 21:08:43 +01:00
parent bfbe841154
commit cb92bff0c5
3 changed files with 159 additions and 2 deletions
+2 -2
View File
@@ -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"