diff --git a/RebuildGitScript.sh b/RebuildGitScript.sh index b37de1b..0232f33 100644 --- a/RebuildGitScript.sh +++ b/RebuildGitScript.sh @@ -2,6 +2,9 @@ # Pull changes git pull origin main +# Rebuild +docker compose exec -it hugo hugo --cleanDestinationDir + # Add git add . diff --git a/public/posts/whatimworkingoncurrently/index.html b/public/posts/whatimworkingoncurrently/index.html index e3a2956..21e734e 100644 --- a/public/posts/whatimworkingoncurrently/index.html +++ b/public/posts/whatimworkingoncurrently/index.html @@ -193,8 +193,6 @@ Isolation: Each service runs in its own container with defined resources Portabi Cost-effective: Self-hosted solution with predictable costs

Conclusion#

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.

-
-

This setup demonstrates that effective infrastructure doesn’t require massive cloud budgets—just thoughtful design and consistent execution.