openems/ui-edge

Sponsored OSS

By OpenEMS Association e.V.

Updated about 10 hours ago

OpenEMS UI for Edge Docker Image

Image
0

10K+

openems/ui-edge repository overview

OpenEMS
Open Source Energy Management System

OpenEMS - the Open Source Energy Management System - is a modular platform for energy management applications. It was developed around the requirements of monitoring, controlling, and integrating energy storage together with renewable energy sources and complementary devices and services like electric vehicle charging stations, heat-pumps, electrolysers, time-of-use electricity tariffs and more.

If you plan to use OpenEMS for your own projects, please consider joining the OpenEMS Association e.V., a network of universities, hardware manufacturers, software companies as well as commercial and private owners, and get in touch in the OpenEMS Community forum.


OpenEMS UI for Edge Docker Image

Quick reference

How to use this image

Quickstart
docker run --name openems_ui -p 80:80 -p 443:443 -e WEBSOCKET_HOST=<hostname> -d openems/ui-edge
Docker Compose with Edge
services:
  openems-edge:
    image: openems/edge:latest
    container_name: openems_edge
    hostname: openems-edge
    restart: unless-stopped
    volumes:
      - openems-edge-conf:/var/opt/openems/config:rw
      - openems-edge-data:/var/opt/openems/data:rw
    ports:
      - 8080:8080 # Apache-Felix
      - 8085:8085 # UI-Websocket

  openems-ui:
    image: openems/ui-edge:latest
    container_name: openems_ui
    hostname: openems-ui
    restart: unless-stopped
    volumes:
      - openems-ui-conf:/etc/nginx:rw
      - openems-ui-log:/var/log/nginx:rw
    environment:
      - WEBSOCKET_HOST=openems-edge
      - WEBSOCKET_PORT=8085
    ports:
      - 80:80
      - 443:443

volumes:
  openems-edge-conf:
  openems-edge-data:
  openems-ui-conf:
  openems-ui-log:

Learn more

Tag summary

Content type

Image

Digest

sha256:e2f374fe8

Size

24.3 MB

Last updated

about 10 hours ago

docker pull openems/ui-edge:develop

This week's pulls

Pulls:

765

Jul 6 to Jul 12