Add deluge_ggn exporter
This commit is contained in:
parent
f772267264
commit
62a6836f5b
14
homelab/seedbox/config/monitoring/docker-compose.yml
Normal file
14
homelab/seedbox/config/monitoring/docker-compose.yml
Normal file
@ -0,0 +1,14 @@
|
||||
version: '3'
|
||||
services:
|
||||
deluge-exporter_ggn:
|
||||
image: tobbez/deluge_exporter:latest
|
||||
container_name: monitoring_deluge-exporter_ggn
|
||||
ports:
|
||||
- 9354:9354
|
||||
environment:
|
||||
- DELUGE_HOST=jafner.seedbox
|
||||
- DELUGE_PORT=52000
|
||||
- DELUGE_USER=localclient
|
||||
- DELUGE_PASSWORD=deluge
|
||||
volumes:
|
||||
- $DOCKER_DATA/deluge/ggn:/root/.config/deluge/
|
Loading…
x
Reference in New Issue
Block a user