mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
Switch to qbit
This commit is contained in:
+11
-3
@@ -225,14 +225,20 @@ spec:
|
||||
# - name: SERVER_HOSTNAME
|
||||
# value: au-sydney.privacy.network
|
||||
- name: qbit
|
||||
image: linuxserver/deluge
|
||||
image: linuxserver/qbittorrent
|
||||
securityContext:
|
||||
runAsUser: 0
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 8112
|
||||
- containerPort: 8080
|
||||
name: web-port
|
||||
protocol: TCP
|
||||
- containerPort: 6881
|
||||
name: qbit-port
|
||||
protocol: TCP
|
||||
- containerPort: 6881
|
||||
name: udp-qbit-port
|
||||
protocol: UDP
|
||||
env:
|
||||
- name: TZ
|
||||
value: Australia/Melbourne
|
||||
@@ -242,10 +248,12 @@ spec:
|
||||
value: "1000"
|
||||
- name: DELUGE_LOGLEVEL
|
||||
value: error
|
||||
- name: WEBUI_PORT
|
||||
value: "8080"
|
||||
volumeMounts:
|
||||
- name: config
|
||||
mountPath: /config
|
||||
subPath: deluge
|
||||
subPath: qbittorrent
|
||||
- name: downloads
|
||||
mountPath: /downloads
|
||||
resources:
|
||||
|
||||
Reference in New Issue
Block a user