Files
Monitor/nut-web/docker-compose.yml
T
2026-07-07 17:54:44 +01:00

16 lines
331 B
YAML

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