1
0
This commit is contained in:
2025-12-03 12:48:45 +01:00
parent f1a4089d0e
commit 556445c2b5
2 changed files with 3 additions and 2 deletions

View File

@@ -2,6 +2,9 @@
# Pull changes # Pull changes
git pull origin main git pull origin main
# Rebuild
docker compose exec -it hugo hugo --cleanDestinationDir
# Add # Add
git add . git add .

View File

@@ -193,8 +193,6 @@ Isolation: Each service runs in its own container with defined resources Portabi
<strong>Cost-effective</strong>: Self-hosted solution with predictable costs</p> <strong>Cost-effective</strong>: Self-hosted solution with predictable costs</p>
<h2 id="conclusion">Conclusion<a href="#conclusion" class="hanchor" ariaLabel="Anchor">#</a> </h2> <h2 id="conclusion">Conclusion<a href="#conclusion" class="hanchor" ariaLabel="Anchor">#</a> </h2>
<p>This two-server architecture strikes an excellent balance between simplicity and robustness. By combining Docker containerization with a dedicated, secured backup server connected via WireGuard, you achieve enterprise-grade reliability without enterprise-level complexity. Daily automated backups provide peace of mind, while the security-first network design protects your data from external threats.</p> <p>This two-server architecture strikes an excellent balance between simplicity and robustness. By combining Docker containerization with a dedicated, secured backup server connected via WireGuard, you achieve enterprise-grade reliability without enterprise-level complexity. Daily automated backups provide peace of mind, while the security-first network design protects your data from external threats.</p>
<hr>
<p><em>This setup demonstrates that effective infrastructure doesn&rsquo;t require massive cloud budgets—just thoughtful design and consistent execution.</em></p>
</div></div> </div></div>