Case study
Terramine
Minecraft server deployed with infra-as-code on GCP. Terraform and Cloudflare handle networking and DNS, Caddy reverse-proxies, Docker Compose runs the workloads, backups land in Cloudflare R2.
- Context
- A Minecraft server needed repeatable infrastructure and reliable networking without manual server setup.
- My contribution
- Defined infrastructure with Terraform on GCP, configured Cloudflare DNS and networking, and ran workloads through Docker Compose and Caddy.
- Outcome
- The deployment, routing, and backup path are documented as infrastructure rather than one-off server configuration.
TerraformGCPDockerCaddyCloudflare
Visit project ↗