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