# 'All' stack

This stack, or a variation of it, is deployed to all of my docker hosts. This contains useful tools such as

* [dockflare](/homelab/service-overviews/security/dockflare.md)
* [watchtower](/homelab/service-overviews/maintenance-and-monitoring/watchtower.md)
* [beszel agent](/homelab/service-overviews/maintenance-and-monitoring/beszel.md)
* and more!

The idea here is to have a standard list of containers deployed to all devices. For example, this stack will automatically enroll any new devices into Beszel for performance monitoring. Watchtower is used to update the Portainer agents

The below compose file is deployed to my VMs

{% @github-files/github-code-block url="<https://github.com/trentnbauer/Homelab/blob/main/docker-compose/all/all-vm.yml>" %}

### And you can find the other variants of the 'all' stack here:&#x20;

{% embed url="<https://github.com/trentnbauer/Homelab/tree/main/docker-compose/all>" %}


---

# 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://www.trentbauer.com/homelab/service-overviews/docker/all-stack.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.
