Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/ce/local-development/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ description: Docker Compose first, plus hybrid workflows for running selected se

This section describes the recommended development workflow now that the full stack is available in `self-hosting/docker-compose`.

<Tip>
If you don't need to run services locally, use the [Docker Compose self-hosting guide](/self-hosting/docker-compose) instead. To run only selected services locally, skip to [Core services](#core-services) below.
</Tip>

## Recommended baseline

Start with Docker Compose for everything, then move a single service to host runtime when you need faster iteration.
Expand Down
Loading