Preview full stack locally with Docker
deploy-previewskillsetup L3★1
morganmuli/metaskill ↗What it does
Build Docker images and launch preview with docker-compose
Best for
Full-stack local testing of containerized system before main merge.
Inputs
- · docker-compose.yml
- · Dockerfile
- · source code
- · env secrets
Outputs
- · running containers
- · API/frontend URLs
- · service health status
Requires
- · Docker
- · docker-compose
- · Prisma CLI (optional)
Preconditions
Docker daemon running, docker-compose.yml exists
Failure modes
- · Build failure
- · migration failure
- · port conflicts
- · health check timeout
Trust signals
- · Service health verification
- · Prisma migration handling