2 Commits

Author SHA1 Message Date
Claude AI Guide Project
7040076d84 🌐 Environment variables and domain configuration
- Replace hardcoded domain with ${DOMAIN} environment variable
- Add .env.example with claude.supported.systems domain
- Ensure .env is gitignored for security
- Clean up docker-compose.yml for production deployment

Ready for deployment to claude.supported.systems\!

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-19 22:34:12 -06:00
Claude AI Guide Project
153969575e 🐳 Docker + Caddy deployment setup for caddy-docker-proxy
- Multi-stage Dockerfile with Caddy web server
- Production Astro config bypasses plugin conflicts
- Optimized Caddyfile with security headers and caching
- Docker-compose.yml with proper caddy-docker-proxy labels
- Comprehensive .dockerignore for efficient builds
- Health check endpoints and proper container security
- Tested and working: builds in 19.6s, serves HTTP 200

Ready for deployment with caddy-docker-proxy\!

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-19 22:06:06 -06:00