In case someone is using compose profiles, this may happen when you start services with profiles but forget to stop services with them.
In short:
COMPOSE_PROFILES=background-jobs docker compose up -d
COMPOSE_PROFILES=background-jobs docker compose down