Skip to content
Snippets Groups Projects
Commit 9e536a48 authored by marsico's avatar marsico Committed by Mark Beierl
Browse files

Fix bug 1128


Resolves Light-UI and NG-UI deployed at the same time

Change-Id: I07f97714dba9adf48df121b7f61c19c10960a93a
Signed-off-by: default avatarAntonio Marsico <antonio.marsico@bt.com>
(cherry picked from commit 25aca0c6)
parent 69b532b0
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment