Skip to content

docs: update docker compose container list and add tool prerequisites (#843) (backport to release/1.15.0)#844

Open
RiskeyL wants to merge 1 commit into
release/1.15.0from
backport/release/1.15.0/pr-843
Open

docs: update docker compose container list and add tool prerequisites (#843) (backport to release/1.15.0)#844
RiskeyL wants to merge 1 commit into
release/1.15.0from
backport/release/1.15.0/pr-843

Conversation

@RiskeyL

@RiskeyL RiskeyL commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Backport

This will backport the following commits from release/1.16.0 to release/1.15.0:

…#843)

* docs: update docker compose container list and add tool prerequisites

- Add api_websocket and init_permissions to the started-container list per the current compose defaults
- Remove outdated sample outputs for docker compose up and docker compose ps
- Add a callout noting the clone command requires git, curl, and jq, with recovery guidance on command not found errors
- Mirror all changes to zh and ja

* docs: note expected exited status for init_permissions container

(cherry picked from commit a81c306)
Copilot AI review requested due to automatic review settings July 6, 2026 09:25
@RiskeyL RiskeyL self-assigned this Jul 6, 2026
@dosubot dosubot Bot added size:L This PR changes 100-499 lines, ignoring generated files. documentation Improvements or additions to documentation labels Jul 6, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Backports documentation updates from release/1.16.0 to release/1.15.0 for the Docker Compose quick start, aligning the described Compose services with current defaults and improving prerequisite guidance for the clone command.

Changes:

  • Add an <Info> callout noting the git clone command requires git, curl, and jq, with guidance for command not found.
  • Update the “started containers” list to include api_websocket and the one-time init_permissions task.
  • Remove outdated example outputs for docker compose up / docker compose ps and replace with a brief status expectation statement.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
en/self-host/deploy/quick-start/docker-compose.mdx Adds prerequisites info, updates container list, and simplifies verification output guidance.
zh/self-host/deploy/quick-start/docker-compose.mdx Mirrors the English updates in the Chinese translation.
ja/self-host/deploy/quick-start/docker-compose.mdx Mirrors the English updates in the Japanese translation.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

docker-worker-1 langgenius/dify-api:1.10.1 "/bin/bash /entrypoi…" worker 26 seconds ago Up 22 seconds 5001/tcp
docker-worker_beat-1 langgenius/dify-api:1.10.1 "/bin/bash /entrypoi…" worker_beat 26 seconds ago Up 22 seconds 5001/tcp
```
Each container should be in the `Up` or `healthy` status.
docker-worker-1 langgenius/dify-api:1.10.1 "/bin/bash /entrypoi…" worker 26 seconds ago Up 22 seconds 5001/tcp
docker-worker_beat-1 langgenius/dify-api:1.10.1 "/bin/bash /entrypoi…" worker_beat 26 seconds ago Up 22 seconds 5001/tcp
```
每个容器的状态应为 `Up` 或 `healthy`。
docker-worker-1 langgenius/dify-api:1.10.1 "/bin/bash /entrypoi…" worker 26 seconds ago Up 22 seconds 5001/tcp
docker-worker_beat-1 langgenius/dify-api:1.10.1 "/bin/bash /entrypoi…" worker_beat 26 seconds ago Up 22 seconds 5001/tcp
```
各コンテナのステータスが `Up` または `healthy` になっていれば正常です。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport documentation Improvements or additions to documentation size:L This PR changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants