Skip to content

Commit

Permalink
Deployed a8e8538 to 3.3 with MkDocs 1.6.1 and mike 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ci-bot committed Nov 25, 2024
1 parent 06fb4a2 commit c78d780
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 21 deletions.
2 changes: 1 addition & 1 deletion 3.3/search/search_index.json

Large diffs are not rendered by default.

35 changes: 15 additions & 20 deletions 3.3/setup/docker-compose/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -434,27 +434,27 @@
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#level-1-databasepostgresql" class="md-nav__link">
<a href="#databasepostgresql" class="md-nav__link">
<span class="md-ellipsis">
Level 1 - Database/PostgreSQL
Database/PostgreSQL
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#level-2-persistent-media-storage" class="md-nav__link">
<a href="#persistent-media-storage" class="md-nav__link">
<span class="md-ellipsis">
Level 2 - Persistent Media Storage
Persistent Media Storage
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#level-4-path-templates-worker" class="md-nav__link">
<a href="#path-templates-worker" class="md-nav__link">
<span class="md-ellipsis">
Level 4 - Path Templates Worker
Path Templates Worker
</span>
</a>

Expand Down Expand Up @@ -1699,27 +1699,27 @@
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#level-1-databasepostgresql" class="md-nav__link">
<a href="#databasepostgresql" class="md-nav__link">
<span class="md-ellipsis">
Level 1 - Database/PostgreSQL
Database/PostgreSQL
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#level-2-persistent-media-storage" class="md-nav__link">
<a href="#persistent-media-storage" class="md-nav__link">
<span class="md-ellipsis">
Level 2 - Persistent Media Storage
Persistent Media Storage
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#level-4-path-templates-worker" class="md-nav__link">
<a href="#path-templates-worker" class="md-nav__link">
<span class="md-ellipsis">
Level 4 - Path Templates Worker
Path Templates Worker
</span>
</a>

Expand Down Expand Up @@ -1750,12 +1750,7 @@ <h1 id="docker-compose">Docker Compose</h1>
and progress, in small steps, towards more complicated scenarios. The idea is
that on the way you will learn and understand better internals, which in
turn will enable you to be build very creative deployments.</p>
<p>We assign a complexity level, to each of following docker compose setups.</p>
<p>Complexity level ranges from 1 to 10.
Level 1 is simplest.
Level 10 is the most advanced.</p>
<p>Level 1, 2, ..., 10 here are meant to rate only docker compose setups.</p>
<h2 id="level-1-databasepostgresql">Level 1 - Database/PostgreSQL</h2>
<h2 id="databasepostgresql">Database/PostgreSQL</h2>
<p>By default, web app uses SQLite database. SQLite is great for quick demos, not for
production environments.</p>
<p>Following docker compose file starts Papermerge DMS with PostgreSQL 16.1 database:</p>
Expand Down Expand Up @@ -1813,7 +1808,7 @@ <h2 id="level-1-databasepostgresql">Level 1 - Database/PostgreSQL</h2>
<p class="admonition-title">Note</p>
<p>Uploaded <strong>files are NOT stored in database</strong>! They are stored in file system directory called <strong>media root</strong></p>
</div>
<h2 id="level-2-persistent-media-storage">Level 2 - Persistent Media Storage</h2>
<h2 id="persistent-media-storage">Persistent Media Storage</h2>
<p>Uploaded files are not stored in database. They are stored in file system directory called <em>media root</em>.
In order to persist uploaded files, you need to:</p>
<ol>
Expand Down Expand Up @@ -1867,7 +1862,7 @@ <h2 id="level-2-persistent-media-storage">Level 2 - Persistent Media Storage</h2
<p><img alt="Persistent media storage" src="../img/picture-1.svg" /></p>
<p>Following illustration visualizes the concept of persistent media storage:</p>
<p><img alt="Persistent media storage" src="../img/picture-2.svg" /></p>
<h2 id="level-4-path-templates-worker">Level 4 - Path Templates Worker</h2>
<h2 id="path-templates-worker">Path Templates Worker</h2>
<p>This one is optional, but you definitely want it in your team. To understand why,
you need to understand why is Path Templates feature all about.</p>
<pre><code class="language-yaml">services:
Expand Down

0 comments on commit c78d780

Please sign in to comment.