Inception provisions a multi-service infrastructure using Docker and docker-compose: Nginx, WordPress, and MariaDB configured with volumes, networks, and secure envs.
Highlights
IaC approach with reproducible environments
Named volumes for persistence and backups
Isolated networks and hardened configs
Healthchecks and graceful dependency startup
Technical Details
Declarative compose files and templated env vars
Entrypoints for database setup and WP installation