test(option-a): point SCHWAB_PLAYWRIGHT_URL to CLI's browserless endpoint
All checks were successful
Build and Push Docker Image / build (push) Successful in 38s

Temporarily switch from the local schwab-browser sidecar to the
browserless endpoint used by the working CLI (browser.local.ben.io).
This tests whether /assert 403 is caused by browser environment drift.
This commit is contained in:
2026-04-28 02:39:20 +00:00
parent f51e61b8d7
commit d28b9d32f6

View File

@@ -21,7 +21,7 @@ services:
memory: 128M memory: 128M
cpus: '0.1' cpus: '0.1'
environment: environment:
- SCHWAB_PLAYWRIGHT_URL=ws://schwab-browser:3000/playwright/chromium - SCHWAB_PLAYWRIGHT_URL=ws://browser.local.ben.io:3000/playwright/chromium?timeout=300000
- PORT=8000 - PORT=8000
volumes: volumes:
- ./cookies.json:/app/cookies.json - ./cookies.json:/app/cookies.json