Skip to main content
VSCode
Back to Skills
Docker

Docker

Experience: Since December 2024

Overview

Everything I run in production is containerised. Multi-stage builds to keep the images small, health checks so services start in the right order, and resource limits so one runaway worker cannot take the host with it.

Projects

  • bookprice.net

    Separate dev, prod and deploy stacks covering the app, the API, the workers and Redis, with startup gated on health.

  • Beatalytics

    The Python backend, deployed from a multi-stage image.