Skip to content
Snippets Groups Projects
Commit 6b644f9a authored by godog's avatar godog
Browse files

Update README.md

parent 1af8fac0
No related branches found
No related tags found
No related merge requests found
......@@ -2,19 +2,23 @@ docker-thanos
===
A Docker image to run Thanos. All Thanos components are run by default on
container startup, individual components can be disabled via the environment.
container startup.
Individual components can be disabled by setting `<COMPONENT>_OFF` environment variables.
Component ports are configured as described here:
https://thanos.io/getting-started.md/#testing-thanos-on-single-host
The following environment variables are understood:
QUERY_OFF
```
QUERY_OFF # true/yes
QUERY_HTTP_ADDRESS
QUERY_GRPC_ADDRESS
QUERY_FLAGS
SIDECAR_OFF
SIDECAR_OFF # true/yes
SIDECAR_HTTP_ADDRESS
SIDECAR_GRPC_ADDRESS
SIDECAR_FLAGS
```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment