Earlier quoted context omitted.
So use a static build of podman. They're readily available.
Podman's quadlets have a deep integration with systemd. I guess that if you have that kind of risk appetite you would be better of with running Arch on auto-update.
Should I run plain Docker Compose in production in 2026?
301–310 of 312 posts
Re: Should I run plain Docker Compose in production in 2026?
#302Earlier quoted context omitted.
Ubuntu 24.04. The new LTS had dropped only two weeks ago. LTS users had a very outdated podman (4.9, two years old) and couldn't use quadlet types like build units (v5.2.0, aug 2024).
We are switching our Docker systems over to using Podman, primarily to get rid of the machinations we have to do to keep "apt update" from taking down services if there's a new Docker version. We're rolling them up from 24.04 to 26.04 and just using the podman packages on 26.04.
Re: Should I run plain Docker Compose in production in 2026?
#303Docker Compose was production ready in 2015 and it still is today. I've lost track of how many projects I've deployed with it and never really ran into a single issue where Docker Compose was at fault. It's super solid. Some time ago I've written about my experiences using it in production https://nickjanetakis.com/blog/why-i-like-using-docker-compo... . Not just for my own projects but for $500 million dollar compan…
Have you read the article?
Re: Should I run plain Docker Compose in production in 2026?
#304Re: Should I run plain Docker Compose in production in 2026?
#305What I like for my prototype projects is how easy is to use it with podman too.
Re: Should I run plain Docker Compose in production in 2026?
#306Should you have a turkey sandwich for lunch in 2026? I don't know buddy just do whatever. There are ten thousand other sandwiches you could eat surely, but does turkey sound good for you?
Re: Should I run plain Docker Compose in production in 2026?
#307Re: Should I run plain Docker Compose in production in 2026?
#308Earlier quoted context omitted.
A really nifty thing is that you can also of course bind this to the device's tailscale ip! Also you don't even need the loopback address if the traffic is between one container and another, just a bridge network is fine.
This is how I self host all my home services (Home Assistant, PFSense, Frigate etc), I do not for the life of me understand why so many folks doing self-hosted services for themselves put them on the public internet. Caddy will even do fully automated valid TLS certificates for private IP ranges via DNS ACME challenge for free etc with renewals handled, so all my internal self-hosted sites have properly terminated TL…
Re: Should I run plain Docker Compose in production in 2026?
#309Just use nix flakes
Re: Should I run plain Docker Compose in production in 2026?
#310Earlier quoted context omitted.
> does turkey sound good for you? What if you can't by yourself objectively evaluate if turkey sandwich sounds good? It's not a matter of giving a universal answer to whether docker compose in production is fine, but how to evaluate it. Which features or safeguards necessary for a healthy production environment you forfeit when choosing plain docker compose? What's the tradeoff?
Then you either need to try it or research it. Other people can't tell you if you like turkey or not.