Fix bug 1128
[osm/devops.git] / 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: