Docker-compose vs docker stack for local development

Depends on the use case. It’s really a mess that probably won’t get cleaned up any time soon. More often than compose, I’ll use Ansible for single-host deployments and Ansible with stack for swarm-mode deployments when not using Kubernetes.