update docker compose (#1915)

This commit is contained in:
LawyZheng 2025-03-11 02:00:29 +08:00 committed by GitHub
parent 1f62698350
commit 9e4b763896
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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