[CORD-2720] Removing consul and registrator as they're not used
Change-Id: I5e6f71e12b9cefae85e92761b44a7e2e140340eb
diff --git a/docker-compose.yml.j2 b/docker-compose.yml.j2
index 231da65..548ccde 100644
--- a/docker-compose.yml.j2
+++ b/docker-compose.yml.j2
@@ -14,10 +14,8 @@
- {{ network }}
{% endfor %}
depends_on:
- - registrator
- xos_redis
links:
- - consul:consul
- xos_redis:redis
volumes:
- {{ head_cord_profile_dir }}/xos_config_synchronizer.yaml:/opt/xos/xos_config.yaml:ro
@@ -30,6 +28,4 @@
options:
max-size: "1000k"
max-file: "5"
- environment:
- SERVICE_NAME: "xos-{{ item.name }}-synchronizer"
restart: unless-stopped