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