mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-02 02:30:07 +00:00
update docker compose (#1915)
This commit is contained in:
parent
1f62698350
commit
9e4b763896
1 changed files with 2 additions and 1 deletions
|
@ -30,8 +30,9 @@ 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
|
# Uncomment the following two lines if you want to connect to any local changes
|
||||||
# - ./skyvern:/app/skyvern
|
# - ./skyvern:/app/skyvern
|
||||||
|
# - ./alembic:/app/alembic
|
||||||
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue