Goal
Provision a Hetzner Cloud VPS instance, configure networking, install dependencies, set up PostgreSQL, and deploy the FastAPI application using Terraform for IaC and Docker Compose for app orchestration.
Requirements
Functional
Technical
Acceptance Criteria
Dependencies
Goal
Provision a Hetzner Cloud VPS instance, configure networking, install dependencies, set up PostgreSQL, and deploy the FastAPI application using Terraform for IaC and Docker Compose for app orchestration.
Requirements
Functional
Technical
infra/terraform/.docker-compose.prod.yml.Acceptance Criteria
terraform applyprovisions VPS and networking.docker-compose upstarts all services.GET /healthreturns 200 from public URL.Dependencies