Tag: #docker-compose
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 2 posts
Self-Hosting Langfuse — Deployment Paths, Secrets, and What Catches You on First Boot
Running Langfuse yourself means standing up two containers and four datastores at once. Working from the official documentation, this post lays out the docker compose path and the Helm chart path, which secrets you have
2026-08-14 · 9 min read #observability#langfuse#self-hosting#docker-compose#kubernetesDocker Complete Guide 2025: From Container Basics to Multi-stage Builds, Compose, and Production Deployment
From container internals (namespaces, cgroups) to Dockerfile optimization, 90% image size reduction with multi-stage builds, Docker Compose in practice, security best practices, and CI/CD pipelines — a complete Docker gu
2026-03-22 · 21 min read #docker#container#devops#dockerfile#docker-compose