Skip to content

Commit

Permalink
Recommend docker compose watch + remove 4.23 recommendation from README
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarhane committed Oct 31, 2023
1 parent 4112db5 commit 0d9ddd3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ services:
condition: service_healthy
pull-model:
condition: service_completed_successfully
x-develop:
develop:
watch:
- action: rebuild
path: .
Expand Down Expand Up @@ -102,7 +102,7 @@ services:
condition: service_healthy
pull-model:
condition: service_completed_successfully
x-develop:
develop:
watch:
- action: rebuild
path: .
Expand Down Expand Up @@ -139,7 +139,7 @@ services:
condition: service_healthy
pull-model:
condition: service_completed_successfully
x-develop:
develop:
watch:
- action: rebuild
path: .
Expand Down Expand Up @@ -178,7 +178,7 @@ services:
condition: service_healthy
pull-model:
condition: service_completed_successfully
x-develop:
develop:
watch:
- action: rebuild
path: .
Expand All @@ -193,7 +193,7 @@ services:
front-end:
build:
dockerfile: front-end.Dockerfile
x-develop:
develop:
watch:
- action: sync
path: ./front-end
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Not supported by Ollama, so Windows users need to generate a OpenAI API key and
# Develop

> [!WARNING]
> There is a performance issue that impacts python applications in the latest release of Docker Desktop. Until a fix is available, please use [version `4.23.0`](https://docs.docker.com/desktop/release-notes/#4230) or earlier.
> There is a performance issue that impacts python applications in the `4.24.x` releases of Docker Desktop. Please upgrade to the latest release before using this stack.
**To start everything**
```
Expand All @@ -57,7 +57,7 @@ docker compose up --build
To enter **watch mode** (auto rebuild on file changes).
First start everything, then in new terminal:
```
docker compose alpha watch
docker compose watch
```

**Shutdown**
Expand Down

0 comments on commit 0d9ddd3

Please sign in to comment.