mirror of
https://gitea.zaclys.com/yannic/selfhosting.git
synced 2026-05-04 13:02:52 +02:00
stop photo and deluge services
This commit is contained in:
@@ -31,6 +31,7 @@ services:
|
||||
- traefik.http.middlewares.delugeRedir.redirectregex.regex=^(.*)${PATH_DELUGE}$$
|
||||
- traefik.http.middlewares.delugeRedir.redirectregex.replacement=$${1}${PATH_DELUGE}/
|
||||
- traefik.docker.network=deluge-frontend
|
||||
profiles: ["disabled"]
|
||||
|
||||
torrent:
|
||||
container_name: torrent
|
||||
@@ -45,6 +46,7 @@ services:
|
||||
# shortcut to bypass traefik limitation
|
||||
ports:
|
||||
- ${DOWNLOAD_HTTP_PORT}:80
|
||||
profiles: ["disabled"]
|
||||
|
||||
volumes:
|
||||
deluge_config:
|
||||
|
||||
Reference in New Issue
Block a user