Traefik vs Nginx Proxy Manager: Reverse Proxies for Humans
Traefik vs Nginx Proxy Manager compared for self-hosters. Docker auto-discovery, SSL certs, GUI vs labels, performance, and when to pick each reverse proxy.
All the articles with the tag "devops".
Traefik vs Nginx Proxy Manager compared for self-hosters. Docker auto-discovery, SSL certs, GUI vs labels, performance, and when to pick each reverse proxy.
Set up Wiki.js GitSync with GitHub or Gitea for docs-as-code. Version-controlled wikis, PR workflows, automated updates, and sane branch strategies.
Docker Compose vs Docker Swarm: a practical guide to choosing the right tool. Learn when simple orchestration beats enterprise complexity, with real examples.
Profiles let you conditionally start services in Compose. Perfect for dev vs prod service splits without multiple files.
latest doesn't mean newest. Learn why pinning versions and digests matter for reproducible deployments.
Master Docker HEALTHCHECK syntax. Learn what checks work, how to tune interval/timeout/retries, and integrate with orchestration.
Docker labels are free metadata for filtering, routing, and documentation. Learn label conventions and leverage them with filters and tools.
Layer caching is your build's BFF. Learn why copying files early kills the cache and how to fix it.
Missing .dockerignore bloats build context, slows builds, and leaks secrets. Here's the one you should copy-paste.
daemon.json controls how the Docker daemon behaves, logging drivers, storage drivers, registry mirrors, and the options worth tuning.
btmp logs failed logins and grows forever on internet-facing servers. Set up logrotate to keep it under control before your disk fills up.
Stop copy-pasting Ansible tasks across playbooks, use include_tasks, import_tasks, and roles to keep your automation DRY and maintainable.