update README and docker compose (#1044)

This commit is contained in:
LawyZheng
2024-10-24 16:45:48 +08:00
committed by GitHub
parent b308c6b05d
commit a0348e03c4
2 changed files with 5 additions and 2 deletions

View File

@@ -67,8 +67,10 @@ services:
- ./har:/data/har
- ./.streamlit:/app/.streamlit
environment:
# if you want to run skyvern on a remote server,
# you need to change the host in VITE_WSS_BASE_URL and VITE_API_BASE_URL to match your server ip
- VITE_WSS_BASE_URL=ws://localhost:8000/api/v1
# - VITE_API_BASE_URL=
# - VITE_API_BASE_URL=http://localhost:8000/api/v1
# - VITE_SKYVERN_API_KEY=
depends_on:
skyvern: