mirror of
https://github.com/basnijholt/compose-farm.git
synced 2026-02-03 14:13:26 +00:00
One-shot containers (like CLI tools) were showing a perpetual loading spinner because they weren't in `docker compose ps` output. Now we: - Use `ps -a` to include stopped/exited containers - Display exit code: neutral badge for clean exit (0), error badge for failures - Show "created" state for containers that were never started