Rebuild
This commit is contained in:
@@ -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 .
|
||||||
|
|
||||||
|
|||||||
@@ -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’t require massive cloud budgets—just thoughtful design and consistent execution.</em></p>
|
|
||||||
|
|
||||||
</div></div>
|
</div></div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user