Docker-compose.yml or Dockerfile?

Compose file with Docker Compose = multi container single host orchestrator. Supports image builds using Dockerfiles.
Compose file with Swarm = multi container multi host orchestrator. Does not support image builds.
Dockerfile = Blueprint with instructions on how to build an image.