2022-05-02 16:22:55 -07:00
|
|
|
version: '3'
|
2022-02-11 09:59:46 -08:00
|
|
|
services:
|
2022-05-02 16:22:55 -07:00
|
|
|
deluge-mam:
|
2022-02-11 09:59:46 -08:00
|
|
|
image: linuxserver/deluge:amd64-2.0.0-0201906082034ubuntu18.04.1-ls23
|
2022-05-02 16:22:55 -07:00
|
|
|
container_name: deluge_mam
|
|
|
|
networks:
|
|
|
|
deluge:
|
|
|
|
ipv4_address: 172.25.0.22
|
2022-02-11 09:59:46 -08:00
|
|
|
restart: "no"
|
2022-02-25 15:46:05 -08:00
|
|
|
env_file:
|
|
|
|
- .env
|
2022-02-11 09:59:46 -08:00
|
|
|
ports:
|
|
|
|
- 52100:8112
|
|
|
|
- 51100:51100
|
|
|
|
- 51100:51100/udp
|
|
|
|
volumes:
|
2022-02-25 15:46:05 -08:00
|
|
|
- $DOCKER_DATA:/config
|
2022-02-11 09:59:46 -08:00
|
|
|
- /mnt/torrenting/MAM/0:/downloads
|
|
|
|
- /mnt/torrenting/MAM/0T:/watch
|
2022-05-02 16:22:55 -07:00
|
|
|
|
|
|
|
networks:
|
|
|
|
deluge:
|