Skip to content

Commit

Permalink
Deployed eb78455 to nightly with MkDocs 1.4.3 and mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
harvest committed Dec 6, 2023
1 parent b80de29 commit e9122bc
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions nightly/install/containers/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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">&para;</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">&para;</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
Expand Down
2 changes: 1 addition & 1 deletion nightly/search/search_index.json

Large diffs are not rendered by default.

Binary file modified nightly/sitemap.xml.gz
Binary file not shown.

0 comments on commit e9122bc

Please sign in to comment.