Public Access
1
0

feat: update proxy middleware configuration and enhance Docker Compose setup for development

This commit is contained in:
2025-08-23 12:26:33 -04:00
parent 53b70d776a
commit 14a89bf6e2
4 changed files with 120 additions and 8 deletions

View File

@@ -1,9 +1,9 @@
# docker-compose.yml for development
# docker-compose.dev.yml for development
# This setup runs two services:
# 1. The Eleventy dev server for live-reloading site changes.
# 2. The Express API server for the view counter.
#
# To start both, run: docker-compose up
# To start both, run: docker compose -f docker-compose.dev.yml up
#
# Your site will be available at http://localhost:8080
# Your API will be available at http://localhost:3000