Fix bug 1128 18/9818/1
authorAntonio Marsico <antonio.marsico@bt.com>
Thu, 8 Oct 2020 15:34:07 +0000 (17:34 +0200)
committerAntonio Marsico <antonio.marsico@bt.com>
Thu, 8 Oct 2020 15:35:38 +0000 (17:35 +0200)
Resolves Light-UI and NG-UI deployed at the same time

Change-Id: I07f97714dba9adf48df121b7f61c19c10960a93a
Signed-off-by: Antonio Marsico <antonio.marsico@bt.com>
installers/docker/docker-compose.yaml

index b3af196..eba6100 100644 (file)
@@ -249,23 +249,6 @@ services:
       options:
         max-file: 5
         max-size: 10m
-  light-ui:
-    image: ${DOCKER_USER:-opensourcemano}/light-ui:${TAG:-8}
-    networks:
-      - netOSM
-    environment:
-      OSM_SERVER: nbi
-    #depends_on:
-    #  - nbi
-    env_file:
-      - ./lwui.env
-    ports:
-      - "${OSM_UI_PORTS:-80:80}"
-    logging:
-      driver: "json-file"
-      options:
-        max-size: "100m"
-        max-file: "2"
   grafana:
     image: grafana/grafana
     volumes: