Skip to content

Instantly share code, notes, and snippets.

@cemdrk
Last active August 4, 2025 05:46
Show Gist options
  • Select an option

  • Save cemdrk/56fa797901ce2be2380351de87ff6c69 to your computer and use it in GitHub Desktop.

Select an option

Save cemdrk/56fa797901ce2be2380351de87ff6c69 to your computer and use it in GitHub Desktop.
services:
browsercontrol:
build: .
environment:
- TZ=Europe/Istanbul
- CHROME_CLI=--remote-debugging-port=9222
- MCP_CDP_ENDPOINT=http://127.0.0.1:9222
# - MCP_CDP_ENDPOINT=http://host.docker.internal:9222 # local browser access
ports:
- "127.0.0.1:3000:3000" # HTTP Chromium desktop gui
- "127.0.0.1:8000:8000"
volumes:
- ./mcp:/.app
- /.app/node_modules
extra_hosts:
- "host.docker.internal:host-gateway"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment