From 0232d81f12a2832852ca33388e79d73605d37486 Mon Sep 17 00:00:00 2001 From: Suchintan Date: Wed, 22 Jan 2025 00:02:43 -0500 Subject: [PATCH] Update docker compose with local file mounting (#1609) --- docker-compose.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 6c52bc61..3fc79404 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -30,6 +30,8 @@ services: - ./har:/data/har - ./log:/data/log - ./.streamlit:/app/.streamlit + # Uncomment if you want to connect to any local changes + # - ./skyvern:/app/skyvern environment: - DATABASE_STRING=postgresql+psycopg://skyvern:skyvern@postgres:5432/skyvern - BROWSER_TYPE=chromium-headful @@ -37,7 +39,7 @@ services: - OPENAI_API_KEY= # If you want to use other LLM provider, like azure and anthropic: # - ENABLE_ANTHROPIC=true - # - LLM_KEY=ANTHROPIC_CLAUDE3_OPUS + # - LLM_KEY=ANTHROPIC_CLAUDE3.5_SONNET # - ANTHROPIC_API_KEY= # - ENABLE_AZURE=true # - LLM_KEY=AZURE_OPENAI