docs: enhance Caddy setup documentation and update Docker Compose configurations

- Add instructions for handling existing Docker networks in Caddy setup
- Update docker-compose.caddy.yml to specify external network name
- Modify docker-compose.example.yml to include network configuration for the default network
This commit is contained in:
Hördle Bot
2025-12-01 15:39:54 +01:00
parent e881979da3
commit 95fd6405be
3 changed files with 21 additions and 3 deletions

View File

@@ -37,4 +37,10 @@ services:
timeout: 10s
retries: 3
start_period: 40s
networks:
- default
# docker-entrypoint.sh handles migrations and server startup (with baseline fallback)
networks:
default:
name: hoerdle_default