-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deployed eb78455 to nightly with MkDocs 1.4.3 and mike 1.1.2
- Loading branch information
harvest
committed
Dec 6, 2023
1 parent
b80de29
commit e9122bc
Showing
3 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -435,6 +435,13 @@ | |
Start everything | ||
</a> | ||
|
||
</li> | ||
|
||
<li class="md-nav__item"> | ||
<a href="#note-on-docker-logging-configuration" class="md-nav__link"> | ||
Note on Docker Logging Configuration | ||
</a> | ||
|
||
</li> | ||
|
||
</ul> | ||
|
@@ -1299,6 +1306,13 @@ | |
Start everything | ||
</a> | ||
|
||
</li> | ||
|
||
<li class="md-nav__item"> | ||
<a href="#note-on-docker-logging-configuration" class="md-nav__link"> | ||
Note on Docker Logging Configuration | ||
</a> | ||
|
||
</li> | ||
|
||
</ul> | ||
|
@@ -1494,6 +1508,9 @@ <h3 id="start-everything">Start everything<a class="headerlink" href="#start-eve | |
<p>Bring everything up <img alt="🚀" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/[email protected]/assets/svg/1f680.svg" title=":rocket:" /></p> | ||
<div class="highlight"><pre><span></span><code>docker-compose -f prom-stack.yml -f harvest-compose.yml up -d --remove-orphans | ||
</code></pre></div> | ||
<h3 id="note-on-docker-logging-configuration">Note on Docker Logging Configuration<a class="headerlink" href="#note-on-docker-logging-configuration" title="Permanent link">¶</a></h3> | ||
<p>By default, Docker uses the <code>json-file</code> logging driver which does not limit the size of the logs. This can cause your system to run out of disk space. Docker provides several options for logging configuration, including different logging drivers and options for log rotation.</p> | ||
<p>Docker recommends using the <code>local</code> driver to prevent disk-exhaustion. More details can be found in <a href="https://docs.docker.com/config/containers/logging/configure/">Docker logging documentation</a></p> | ||
<h2 id="prometheus-and-grafana">Prometheus and Grafana<a class="headerlink" href="#prometheus-and-grafana" title="Permanent link">¶</a></h2> | ||
<p>The <code>prom-stack.yml</code> compose file creates a <code>frontend</code> and <code>backend</code> network. Prometheus and Grafana publish their admin | ||
ports on the front-end network and are routable to the local machine. By default, the Harvest pollers are part of the | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.