From 6461863cbe007ca9e4672cac391c32533eb22fb4 Mon Sep 17 00:00:00 2001 From: dd36 Date: Tue, 13 May 2025 11:13:54 -0700 Subject: [PATCH] Update docker-compose.yml (#2334) --- docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index ee42669b..1f0b82dd 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -37,6 +37,7 @@ services: environment: - DATABASE_STRING=postgresql+psycopg://skyvern:skyvern@postgres:5432/skyvern - BROWSER_TYPE=chromium-headful + - ENABLE_CODE_BLOCK=true # - BROWSER_TYPE=cdp-connect # Use this command to start Chrome with remote debugging: # "C:\Program Files\Google\Chrome\Application\chrome.exe" --remote-debugging-port=9222 --user-data-dir="C:\chrome-cdp-profile" --no-first-run --no-default-browser-check @@ -139,6 +140,7 @@ services: - ./har:/data/har - ./.streamlit:/app/.streamlit environment: + - VITE_ENABLE_CODE_BLOCK=true # if you want to run skyvern on a remote server, # you need to change the host in VITE_WSS_BASE_URL and VITE_API_BASE_URL to match your server ip # If you're self-hosting this behind a dns, you'll want to set: