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
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user