homelab/fighter/config/networkupstools/docker-compose.yml
Joey Hafner aa8692deee
All checks were successful
Deploy to Fighter / Deploy (push) Successful in 34s
Deploy to Fighter / Notify (push) Successful in 2s
Oh my god it was a switch nsp manager.
Replace the "NUT" nsp manager with a real networkupstools docker server
2024-02-28 01:20:27 -08:00

12 lines
231 B
YAML

version: "3"
services:
nut:
image: upshift/nut-upsd
container_name: networkupstools_nut
env_file:
- path: ./nut.env
required: true
ports:
- 3493:3493
devices:
- "/dev/bus/usb/001/005"