# Compose

- [Compose 概览](https://wiki.opskumu.com/docker/compose/docker-compose-overview.md)
- [Compose 安装](https://wiki.opskumu.com/docker/compose/docker-compose-install.md)
- [Compose 入门](https://wiki.opskumu.com/docker/compose/docker-compose-getting-started.md)
- [Compose 环境变量](https://wiki.opskumu.com/docker/compose/docker-compose-envs.md)
- [Compose 服务扩展](https://wiki.opskumu.com/docker/compose/docker-compose-extends.md)
- [Compose 网络](https://wiki.opskumu.com/docker/compose/docker-compose-network.md)
- [Compose 生产实践](https://wiki.opskumu.com/docker/compose/docker-compose-production.md)
- [Compose 启动顺序控制](https://wiki.opskumu.com/docker/compose/docker-compose-startup-order.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.opskumu.com/docker/compose.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
