SESonny Enchillinsonnyenchill.hashnode.dev·23h ago · 4 min readWhat 2am Infrastructure Looks LikeThe first time I brought the stack up, it worked. docker compose up, logs scrolling, MySQL initialising, the app connecting, NGINX routing traffic through. I watched it happen, end to end, and it was 00
SESonny Enchillinsonnyenchill.hashnode.dev·23h ago · 4 min readWhat 2am Infrastructure Looks LikeThe first time I brought the stack up, it worked. docker compose up, logs scrolling, MySQL initialising, the app connecting, NGINX routing traffic through. I watched it happen, end to end, and it was 00
MSManu Shuklainecorpit.hashnode.dev·Jul 30 · 16 min readDocker Compose 5.3 init containers: run setup before your app starts (2026 guide)Docker Compose 5.3 init containers: run setup before your app starts (2026 guide) Summary. Docker Compose 5.3.0, released on 2 July 2026, adds native pre_start init containers: short-lived containers 00
AEAnnie-Stewart Elijahinalvissraghnall.hashnode.dev·Jul 29 · 13 min readSo, i built an alternative to ngl-Lots of folks where i'm from love to share screenshots of so-called "anoymous" messages sent to them by their friends/close mates whom they shared their links with. All dandy enough, but i wanted stif00
JJJames Joynerinblog.devopsaitoolkit.com·Jul 15 · 4 min readDocker Compose in Production: What Changes and What BreaksDocker Compose is so good at local development that it's tempting to just point it at a production server and call it a day. And you can — Compose runs in production fine. But the docker-compose.yml t00
ZUZia Ullahinfreecodecamp.org·Jul 14 · 14 min readHow to Containerize a Node.js Application with Docker and Deploy with GitHub ActionsIf you've been building Node.js projects, you've probably had an experience like this. The project runs fine on your machine, but when you push it to a server, something breaks. Maybe it's a different00
BRBharan Reddyinbharanblog.hashnode.dev·Jul 13 · 7 min readDevOps & Cloud Infrastructure Focus Building, Fixing, and Exposing a 2-Tier Flask App with Docker, Makefiles, and AWS EC2Streamlining Your DevOps Workflow: A Practical Guide to Docker, Makefiles, and Automation As DevOps engineers and developers, efficiency is our ultimate goal. We frequently run tedious multi-step comm00
NPNitin Poojaryinnitin-poojary-golang.hashnode.dev·Jul 8 · 13 min readDocker Networking Deep Dive: How My Air Hockey Server's Containers Actually Talk to Each OtherIntroduction Early on, while dockerizing the air hockey backend, Redis was running in its own container but the API server was still running locally on my machine, so localhost:6379 worked fine. Same 00
ATAbdul Talhainpythonfullstackwebdevelopment.hashnode.dev·Jul 7 · 10 min readHow to Back Up and Restore Docmost with Docker Compose and PostgreSQLIntroduction Backups are essential for any production Docmost deployment. Whether your server fails, a Docker volume is accidentally deleted, or your PostgreSQL database becomes corrupted, having a re00
PKPrashantkumar Khatriinrootcause.hashnode.dev·Jul 3 · 8 min readAnatomy of a score.yaml: How Resolution Actually WorksScore is marking two years in the CNCF Sandbox this July, though the project itself predates that. Most of what I've read about it walks through a score.yaml, runs a command, and shows an app running 00