Some checks failed
CD Pipeline / deploy (push) Failing after 45s
'docker compose up --force-recreate' fails when the existing container was started by a different compose invocation, leaving a stale container with the same name. Error: 'container name already in use'. Fix: explicitly stop + rm the two containers before compose build & up. Using 2>/dev/null to ignore errors if containers are already stopped. Removed --force-recreate (no longer needed after explicit rm).