update docker compose (#1915)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user