Compare commits

...

2 Commits

Author SHA1 Message Date
Fabio Sinibaldi 337c3c9256 Volumes 2025-03-05 15:30:21 +01:00
Fabio Sinibaldi 3d15630851 Default Content 2025-03-05 15:30:03 +01:00
2 changed files with 37 additions and 1 deletions

View File

@ -0,0 +1,33 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hassallab Landing Page</title>
</head>
<body>
<header>
</header>
<div class="container">
<h2>Hassallab default landing page</h2>
<p>
Questa è la pagina di default.
Prova a visitare <br>
<a href="www.app.sw1.hassalab.it"> hassallab default</a>
<a href="www.app.sw1.sselab.ddns.it"> sselab default</a>
</p>
</div>
<footer>
<p>&copy; TechWorld with Nana. All Rights Reserved.</p>
<p>Follow us on:
<a href="#" style="color: #3b5998;">Linkedin</a> |
<a href="#" style="color: #00aced;">Twitter</a> |
<a href="#" style="color: #e4405f;">Instagram</a>
</p>
</footer>
</body>
</html>

View File

@ -6,4 +6,7 @@ services:
image: nginx:latest
ports:
- '80:80'
- '443:443'
- '443:443'
volumes:
- ../configs/node.conf:/etc/nginx/nginx.conf:ro
- ../content/index.html:/var/www/default/index.html