Commit Graph

10 Commits

Author SHA1 Message Date
BeauTroll
246226f99b fix traefik network name 2025-12-21 08:50:58 +01:00
BeauTroll
49e308c3b2 Add Docker configuration for Walter Coiffure WordPress site
- Add docker-compose.yml with WordPress and MariaDB services
- Configure Traefik reverse proxy with automatic SSL
- Add environment variables template (.env.example)
- Add comprehensive README with deployment instructions
- Exclude waltercoiffure/ data directory from version control

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

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-21 08:43:23 +01:00
BeauTroll
b971f93ce4 total reset 2025-12-21 08:24:41 +01:00
BeauTroll
8c4a3d0a8f changed db to mysql 2025-12-21 08:22:02 +01:00
BeauTroll
727e2aca62 Pin MariaDB to version 8.0 and remove :latest tags
Use specific MariaDB 8.0 version instead of latest to avoid compatibility issues. Remove :latest tag from WordPress for cleaner syntax.

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

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-21 08:20:37 +01:00
BeauTroll
31b8503cc0 Remove database health check and WordPress dependency
Simplify container startup by removing health check constraint that was causing issues.

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

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-21 08:13:09 +01:00
BeauTroll
70eefb4ca6 Add database health check dependency for WordPress
Ensure WordPress waits for MariaDB to be fully initialized before starting, preventing "Error establishing a database connection" during startup.

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

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-21 08:11:14 +01:00
BeauTroll
98898a4504 Update Traefik network name to traefik-net
Rename external network from 'traefik' to 'traefik-net' for consistency with Traefik network naming conventions.

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

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-21 08:07:16 +01:00
BeauTroll
670137472b Configure WordPress for Traefik reverse proxy with SSL
Replace direct port binding with Traefik labels to enable automatic HTTPS routing and certificate management. Add domain configuration variables to support dynamic routing.

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

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-21 08:05:23 +01:00
BeauTroll
0a86c63866 initial commit 2025-12-21 07:57:35 +01:00