Resolves Light-UI and NG-UI deployed at the same time
Change-Id: I07f97714dba9adf48df121b7f61c19c10960a93a
Signed-off-by: Antonio Marsico <antonio.marsico@bt.com>
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: