[CORD-2453] Remove the unused xos_ui container
Change-Id: I6d7027326353dfed89bdca96ea79b7b46a8fda7b
diff --git a/roles/cord-profile/templates/docker-compose.yml.j2 b/roles/cord-profile/templates/docker-compose.yml.j2
index a83b89d..82057c5 100644
--- a/roles/cord-profile/templates/docker-compose.yml.j2
+++ b/roles/cord-profile/templates/docker-compose.yml.j2
@@ -215,12 +215,12 @@
ports:
- "3000:3000"
links:
- - xos_ui:xos
+ - xos_core:xos
{% if use_redis %}
- xos_redis:redis
{% endif %}
depends_on:
- - xos_ui
+ - xos_core
{% if use_redis %}
- xos_redis
{% endif %}
@@ -237,41 +237,6 @@
SERVICE_3000_NAME: "xos-ws"
restart: unless-stopped
- xos_ui:
- image: {{ pull_docker_registry }}xosproject/xos-ui:{{ pull_docker_tag }}
- networks:
-{% for network in xos_docker_networks %}
- - {{ network }}
-{% endfor %}
- command: bash -c "service filebeat start; python /opt/xos/manage.py runserver 0.0.0.0:9000"
- ports:
- - "9000:9000"
- links:
- - xos_db:xos-db
- - consul:consul
-{% if use_redis %}
- - xos_redis:redis
-{% endif %}
- depends_on:
- - xos_db
-{% if use_redis %}
- - xos_redis
-{% endif %}
- volumes:
- - {{ head_cord_profile_dir }}/xos_config.yaml:/opt/xos/xos_config.yaml:ro
- - {{ head_cord_profile_dir }}:/opt/cord_profile:ro
- - {{ head_cord_profile_dir }}/im_cert_chain.pem:/usr/local/share/ca-certificates/local_certs.crt:ro
- logging:
- driver: "json-file"
- options:
- max-size: "1000k"
- max-file: "5"
- depends_on:
- - registrator
- environment:
- SERVICE_9000_NAME: "xos-ui-deprecated"
- restart: unless-stopped
-
xos_core:
image: {{ pull_docker_registry }}xosproject/xos-ui:{{ pull_docker_tag }}
networks: