Re-add RED
This commit is contained in:
parent
d785f101b6
commit
4ada340110
@ -76,6 +76,25 @@ services:
|
|||||||
- /mnt/torrenting/PUB/0:/downloads
|
- /mnt/torrenting/PUB/0:/downloads
|
||||||
- /mnt/torrenting/PUB/0T:/watch
|
- /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:
|
networks:
|
||||||
deluge:
|
deluge:
|
||||||
ipam:
|
ipam:
|
||||||
|
@ -64,6 +64,22 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- $DOCKER_DATA/deluge/pub:/root/.config/deluge/
|
- $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:
|
networks:
|
||||||
deluge_deluge:
|
deluge_deluge:
|
||||||
external: true
|
external: true
|
Loading…
Reference in New Issue
Block a user