Lint and update docker-compose.yml

- Fixed port variable interpolation to use ${PORT:-8000} for a default value.
- Updated volume configuration to use a named volume (guestbook_data) mounted at /data.
- Improved YAML formatting for clarity.
This commit is contained in:
Steve Dogiakos
2025-04-01 21:53:25 -06:00
parent 4ce2544038
commit 581a96d634
8 changed files with 78 additions and 20 deletions

View File

@@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>The Montana Dinosaur Center Visitor Guestbook</title>
<title>The Montana Dinosaur Center Visitor Log</title>
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet">
<style>
@@ -41,7 +41,7 @@
<div class="container mt-5 mb-5">
<header class="d-flex align-items-center mb-4">
<img src="static/images/logo.png" alt="Museum Logo" class="me-3" style="height: 50px;">
<h1 class="h3 mb-0">Museum Visitor Guestbook</h1>
<h1 class="h3 mb-0">The Montana Dinosaur Center Visitor Log</h1>
</header>
<!-- Brief instructions for the form -->