Replace Deluge by linuxserver.io one
This commit is contained in:
parent
12e5da42c0
commit
8257f07fa7
|
@ -32,14 +32,18 @@ services:
|
||||||
- /opt/traefik/acme.json:/acme.json
|
- /opt/traefik/acme.json:/acme.json
|
||||||
|
|
||||||
deluge:
|
deluge:
|
||||||
image: fromenje/seedbox:deluge
|
image: linuxserver/deluge
|
||||||
build: Dockerfiles/deluge
|
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- web
|
- web
|
||||||
volumes:
|
volumes:
|
||||||
- torrents:/torrents
|
- torrents:/torrents
|
||||||
- config:/config
|
- configdeluge:/config
|
||||||
|
- downloads:/downloads
|
||||||
|
environment:
|
||||||
|
- PGID=0
|
||||||
|
- PUID=0
|
||||||
|
- TZ=Europe/Paris
|
||||||
labels:
|
labels:
|
||||||
- 'traefik.backend=deluge'
|
- 'traefik.backend=deluge'
|
||||||
- 'traefik.port=8112'
|
- 'traefik.port=8112'
|
||||||
|
@ -219,6 +223,10 @@ volumes:
|
||||||
driver: local-persist
|
driver: local-persist
|
||||||
driver_opts:
|
driver_opts:
|
||||||
mountpoint: /data/config/sonarr
|
mountpoint: /data/config/sonarr
|
||||||
|
configdeluge:
|
||||||
|
driver: local-persist
|
||||||
|
driver_opts:
|
||||||
|
mountpoint: /data/config/deluge
|
||||||
torrents:
|
torrents:
|
||||||
driver: local-persist
|
driver: local-persist
|
||||||
driver_opts:
|
driver_opts:
|
||||||
|
|
Loading…
Reference in New Issue