[CORD-2527] Running the synchronizers in the local scenario

Change-Id: I5bc3f067c169531635872b062ed6bd962209ada6
diff --git a/roles/cord-profile/templates/docker-compose.yml.j2 b/roles/cord-profile/templates/docker-compose.yml.j2
index 3d6fd43..73f6dee 100644
--- a/roles/cord-profile/templates/docker-compose.yml.j2
+++ b/roles/cord-profile/templates/docker-compose.yml.j2
@@ -329,7 +329,6 @@
       - registrator
 {% endfor %}
 
-{% if not frontend_only %}
 {% for svc in xos_services %}
 {% if svc.synchronizer is not defined or svc.synchronizer %}
   {{ svc.name }}-synchronizer:
@@ -345,6 +344,7 @@
 {% endif %}
     links:
       - consul:consul
+      - xos_core:xos-core
 {% if use_redis %}
       - xos_redis:redis
 {% endif %}
@@ -370,4 +370,3 @@
 
 {% endif %}
 {% endfor %}
-{% endif %}