Fix directory structure
This commit is contained in:
parent
5f00e669e7
commit
19a4466fef
6
homelab/seedbox/deluge/emp/.env
Normal file
6
homelab/seedbox/deluge/emp/.env
Normal file
@ -0,0 +1,6 @@
|
||||
DOCKER_DATA=/home/joey/data/deluge/emp
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
TZ=America/Los_Angeles
|
||||
UMASK_SET=022
|
||||
DELUGE_LOGLEVEL=info
|
@ -5,17 +5,13 @@ services:
|
||||
image: linuxserver/deluge
|
||||
container_name: deluge-emp0
|
||||
restart: "no"
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
- 52200:8112
|
||||
- 51200:58946
|
||||
- 51200:58946/udp
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=America/Los_Angeles
|
||||
- UMASK_SET=022 #optional
|
||||
- DELUGE_LOGLEVEL=info #optional
|
||||
volumes:
|
||||
- /home/joey/docker/deluge/emp/0:/config
|
||||
- $DOCKER_DATA:/config
|
||||
- /mnt/torrenting/EMP/0:/downloads
|
||||
- /mnt/torrenting/EMP/0T:/watch
|
6
homelab/seedbox/deluge/ggn/.env
Normal file
6
homelab/seedbox/deluge/ggn/.env
Normal file
@ -0,0 +1,6 @@
|
||||
DOCKER_DATA=/home/joey/data/deluge/ggn
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
TZ=America/Los_Angeles
|
||||
UMASK_SET=022
|
||||
DELUGE_LOGLEVEL=info
|
@ -5,17 +5,13 @@ services:
|
||||
image: linuxserver/deluge
|
||||
container_name: deluge-ggn0
|
||||
restart: "no"
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
- 52000:8112
|
||||
- 51000:58946
|
||||
- 51000:58946/udp
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=America/Los_Angeles
|
||||
- UMASK_SET=022 #optional
|
||||
- DELUGE_LOGLEVEL=info #optional
|
||||
volumes:
|
||||
- /home/joey/docker/deluge/ggn/0:/config
|
||||
- $DOCKER_DATA:/config
|
||||
- /mnt/torrenting/GGN/0:/downloads
|
||||
- /mnt/torrenting/GGN/0T:/watch
|
6
homelab/seedbox/deluge/mam/.env
Normal file
6
homelab/seedbox/deluge/mam/.env
Normal file
@ -0,0 +1,6 @@
|
||||
DOCKER_DATA=/home/joey/data/deluge/mam
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
TZ=America/Los_Angeles
|
||||
UMASK_SET=022
|
||||
DELUGE_LOGLEVEL=info
|
@ -5,17 +5,13 @@ services:
|
||||
image: linuxserver/deluge:amd64-2.0.0-0201906082034ubuntu18.04.1-ls23
|
||||
container_name: deluge-mam0
|
||||
restart: "no"
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
- 52100:8112
|
||||
- 51100:51100
|
||||
- 51100:51100/udp
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=America/Los_Angeles
|
||||
- UMASK_SET=022 #optional
|
||||
- DELUGE_LOGLEVEL=info #optional
|
||||
volumes:
|
||||
- /home/joey/docker/deluge/mam/0:/config
|
||||
- $DOCKER_DATA:/config
|
||||
- /mnt/torrenting/MAM/0:/downloads
|
||||
- /mnt/torrenting/MAM/0T:/watch
|
6
homelab/seedbox/deluge/pub/.env
Normal file
6
homelab/seedbox/deluge/pub/.env
Normal file
@ -0,0 +1,6 @@
|
||||
DOCKER_DATA=/home/joey/data/deluge/pub
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
TZ=America/Los_Angeles
|
||||
UMASK_SET=022
|
||||
DELUGE_LOGLEVEL=info
|
17
homelab/seedbox/deluge/pub/docker-compose.yml
Normal file
17
homelab/seedbox/deluge/pub/docker-compose.yml
Normal file
@ -0,0 +1,17 @@
|
||||
---
|
||||
version: "2.1"
|
||||
services:
|
||||
deluge-pub:
|
||||
image: linuxserver/deluge
|
||||
container_name: deluge-pub
|
||||
restart: "no"
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
- 52300:8112
|
||||
- 51300:58946
|
||||
- 51300:58946/udp
|
||||
volumes:
|
||||
- $DOCKER_DATA:/config
|
||||
- /mnt/torrenting/PUB/0:/downloads
|
||||
- /mnt/torrenting/PUB/0T:/watch
|
Loading…
Reference in New Issue
Block a user