Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
thanos
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ai3
docker
thanos
Commits
6b644f9a
Commit
6b644f9a
authored
4 years ago
by
godog
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
1af8fac0
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+7
-3
7 additions, 3 deletions
README.md
with
7 additions
and
3 deletions
README.md
+
7
−
3
View file @
6b644f9a
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment