Add docker build workflow

This commit is contained in:
Alone
2025-04-03 13:24:53 +08:00
parent 0a7f0bc9c9
commit 87a363cf11
2 changed files with 6 additions and 1 deletions

View File

@@ -227,6 +227,11 @@ CHROME_PERSISTENT_SESSION=true docker compose up --build
docker compose down
```
6. **Using precompiled image**
```bash
docker pull ghcr.io/browser-use/web-ui
```
## Changelog
- [x] **2025/01/26:** Thanks to @vvincent1234. Now browser-use-webui can combine with DeepSeek-r1 to engage in deep thinking!
- [x] **2025/01/10:** Thanks to @casistack. Now we have Docker Setup option and also Support keep browser open between tasks.[Video tutorial demo](https://github.com/browser-use/web-ui/issues/1#issuecomment-2582511750).

View File

@@ -1,6 +1,6 @@
services:
browser-use-webui:
platform: linux/amd64
# image: ghcr.io/browser-use/web-ui # Using precompiled image
build:
context: .
dockerfile: ${DOCKERFILE:-Dockerfile}