Re-add RED
This commit is contained in:
parent
9ff4e8e3fc
commit
b4fd611aee
@ -76,6 +76,25 @@ services:
|
||||
- /mnt/torrenting/PUB/0:/downloads
|
||||
- /mnt/torrenting/PUB/0T:/watch
|
||||
|
||||
deluge-red:
|
||||
image: linuxserver/deluge
|
||||
container_name: deluge_red
|
||||
networks:
|
||||
deluge:
|
||||
ipv4_address: 172.25.0.24
|
||||
restart: "no"
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
- 52400:8112
|
||||
- 51400:58946
|
||||
- 51400:58946/udp
|
||||
- 58846
|
||||
volumes:
|
||||
- $DOCKER_DATA/red:/config
|
||||
- /mnt/torrenting/RED/0:/downloads
|
||||
- /mnt/torrenting/RED/0T:/watch
|
||||
|
||||
networks:
|
||||
deluge:
|
||||
ipam:
|
||||
|
@ -64,6 +64,22 @@ services:
|
||||
volumes:
|
||||
- $DOCKER_DATA/deluge/pub:/root/.config/deluge/
|
||||
|
||||
deluge-exporter_red:
|
||||
image: tobbez/deluge_exporter:latest
|
||||
container_name: monitoring_deluge-exporter_red
|
||||
networks:
|
||||
- deluge_deluge
|
||||
ports:
|
||||
- 53400:9354
|
||||
environment:
|
||||
- DELUGE_HOST=172.25.0.24
|
||||
- LISTEN_ADDRESS=0.0.0.0
|
||||
- DELUGE_PORT=58846
|
||||
- DELUGE_USER=localclient
|
||||
#- DELUGE_PASSWORD=deluge
|
||||
volumes:
|
||||
- $DOCKER_DATA/deluge/pub:/root/.config/deluge/
|
||||
|
||||
networks:
|
||||
deluge_deluge:
|
||||
external: true
|
Loading…
Reference in New Issue
Block a user