← Zurück zur Videothek

I Built a Production Web App in One Weekend (Docker GRADUATION)

Dargslan · 2026-04-26 · 🇬🇧 Englisch · YouTube Playlist
https://www.youtube.com/watch?v=eym4h5EOx18
▶ Video auf YouTube

📄 Zusammenfassung

Now it's time to snap all those pieces together into one real, multi-service application, packaged and shipped to a real server with a real URL. Here's what you're building: four containers, one Compose file, one server, one URL. Notice the details that matter: the API image is pinned to a real semver tag, never latest, secrets live in a .env file outside of git, every service has a restart policy, the API has a real healthcheck, and pgdata is the one named volume that survives a redeploy. Twelve real skills — running containers, persisting data with volumes, writing production Dockerfiles, composing multi-service stacks, pushing to Hub, GHCR or ECR, multi-stage builds with a non-root USER, triaging with logs and exec, deploying over SSH to a real server. Before you go, here's the whole series compressed onto one page — eighteen commands that cover ninety percent of what you'll ever do with Docker.

📚 Kapitel

00:00
What you've built across 11 lessons
00:30
The Final Project architecture (4 services, 1 server)
01:00
The compose.yaml blueprint (production-grade)
02:00
The 7-step build plan (one weekend)
03:00
The graduation deploy (laptop → registry → prod → live URL)
04:00
12 skills unlocked (resume language)
05:00
5 paths from here (Kubernetes, CI/CD, IaC, observability...)
05:30
Where to share your project (build in public)
06:00
🏆 You ship Docker now. Go make something.

📺 Ähnliche Videos