Update docker compose with local file mounting (#1609)
This commit is contained in:
@@ -30,6 +30,8 @@ services:
|
|||||||
- ./har:/data/har
|
- ./har:/data/har
|
||||||
- ./log:/data/log
|
- ./log:/data/log
|
||||||
- ./.streamlit:/app/.streamlit
|
- ./.streamlit:/app/.streamlit
|
||||||
|
# Uncomment if you want to connect to any local changes
|
||||||
|
# - ./skyvern:/app/skyvern
|
||||||
environment:
|
environment:
|
||||||
- DATABASE_STRING=postgresql+psycopg://skyvern:skyvern@postgres:5432/skyvern
|
- DATABASE_STRING=postgresql+psycopg://skyvern:skyvern@postgres:5432/skyvern
|
||||||
- BROWSER_TYPE=chromium-headful
|
- BROWSER_TYPE=chromium-headful
|
||||||
@@ -37,7 +39,7 @@ services:
|
|||||||
- OPENAI_API_KEY=<your_openai_key>
|
- OPENAI_API_KEY=<your_openai_key>
|
||||||
# If you want to use other LLM provider, like azure and anthropic:
|
# If you want to use other LLM provider, like azure and anthropic:
|
||||||
# - ENABLE_ANTHROPIC=true
|
# - ENABLE_ANTHROPIC=true
|
||||||
# - LLM_KEY=ANTHROPIC_CLAUDE3_OPUS
|
# - LLM_KEY=ANTHROPIC_CLAUDE3.5_SONNET
|
||||||
# - ANTHROPIC_API_KEY=<your_anthropic_key>
|
# - ANTHROPIC_API_KEY=<your_anthropic_key>
|
||||||
# - ENABLE_AZURE=true
|
# - ENABLE_AZURE=true
|
||||||
# - LLM_KEY=AZURE_OPENAI
|
# - LLM_KEY=AZURE_OPENAI
|
||||||
|
|||||||
Reference in New Issue
Block a user