Docker compose templates for my self-hosted services.
├── archive/ # Unused configs
├── caddy/ # Reverse proxy with auto-SSL
├── scripts/ # Utility scripts
└── templates/ # Service templates
After changing a WordPress domain, update the database:
docker exec -it <project>_db mariadb -u root -p<DB_ROOT_PASSWORD> <DB_NAME>Then run scripts/wp_site_migration.sql after setting @old_url, @new_url, and table prefix.