swap playwright for chromium for hermes
This commit is contained in:
parent
76bb2191e0
commit
fb722b193a
10
ansible/roles/services/files/hermes/chromium.container
Normal file
10
ansible/roles/services/files/hermes/chromium.container
Normal file
@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=Chromium browser
|
||||
After=network-online.target
|
||||
|
||||
[Container]
|
||||
Rootfs=%h/containers/toolbox-rootfs
|
||||
ContainerName=chromium
|
||||
Exec=chromium --headless --no-sandbox --remote-debugging-port=9222 --user-data-dir=/root/.hermes/chrome-debug --no-first-run --no-default-browser-check
|
||||
|
||||
Pod=hermes.pod
|
||||
@ -1,12 +0,0 @@
|
||||
[Unit]
|
||||
Description=Playwright MCP browser
|
||||
After=network-online.target
|
||||
|
||||
[Container]
|
||||
Image=docker.io/mcp/playwright:latest
|
||||
ContainerName=playwright
|
||||
AutoUpdate=registry
|
||||
Entrypoint=node
|
||||
Exec=/app/cli.js --headless --browser chromium --no-sandbox --port 8931 --host 0.0.0.0
|
||||
|
||||
Pod=hermes.pod
|
||||
Loading…
Reference in New Issue
Block a user