Files
Monitor/nut-web/docker-compose.yml

16 lines
332 B
YAML

services:
nut-web:
image: 'ghcr.io/superioone/nut_webgui:latest'
ports:
- '9090:9000'
environment:
- UPSD_ADDR=192.168.68.23
- UPSD_USER=upsmon
- UPSD_PASS=Abingdon2025
- POLL_FREQ=60
- POLL_INTERVAL=5
- UPSD_PORT=3493
restart: unless-stopped
container_name: nut-web