Setting up Gitlab docker image in swarm

I would like to install the Gitlab Docker image (gitlab/gitlab-ce:latest) across two servers using Docker Swarm. I am having no success in trying to find anything at all about how this should be done. All the results seem to be about how to create Docker Swarm Services via Gitlab, which is not what I am trying to do.

Does anyone have any pointers on how to get the gitlab/gitlab-ce:latest Docker image setup in Swarm across two servers?

Thank you