Update docker compose with local file mounting (#1609)

This commit is contained in:
Suchintan
2025-01-22 00:02:43 -05:00
committed by GitHub
parent 7fa851f0f7
commit 0232d81f12

View File

@@ -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=<your_openai_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=<your_anthropic_key>
# - ENABLE_AZURE=true
# - LLM_KEY=AZURE_OPENAI