diff --git a/nut-web/docker-compose.yml b/nut-web/docker-compose.yml new file mode 100644 index 0000000..3d43175 --- /dev/null +++ b/nut-web/docker-compose.yml @@ -0,0 +1,15 @@ +services: + nut-web: + image: 'ghcr.io/superioone/nut_webgui:latest' + ports: + - '9090:9000' + environment: + - UPSD_ADDR=192.168.1.23 + - UPSD_USER=upsmon + - UPSD_PASS=Abingdon2025 + - POLL_FREQ=60 + - POLL_INTERVAL=5 + - UPSD_PORT=3493 + restart: unless-stopped + container_name: nut-web +