initial commit with docker-compose file and default configs

This commit is contained in:
2025-07-16 18:01:56 +02:00
commit 1a53037968
4 changed files with 87 additions and 0 deletions

15
nginx/html/index.html Normal file
View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Hello from b.mindboost.team 🎉</title>
</head>
<body>
<h1>🚀 Nginx inside Docker it works!</h1>
<p>
Edit
<code>nginx/html/index.html</code>
and re-deploy to see changes.
</p>
</body>
</html>