Compare commits
2 Commits
5867b76f1c
...
b7aae35950
Author | SHA1 | Date | |
---|---|---|---|
b7aae35950
|
|||
bb39e034fa |
@@ -9,7 +9,7 @@ komodo:
|
||||
main:
|
||||
image:
|
||||
repository: ghcr.io/moghtech/komodo-core
|
||||
tag: 1.17.5
|
||||
tag: 1.18.0
|
||||
pullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: COMPOSE_LOGGING_DRIVER
|
||||
|
@@ -120,9 +120,9 @@ qbittorrent:
|
||||
- name: QBT_STARTUP_DELAY
|
||||
value: 360
|
||||
- name: QBT_CONFIG
|
||||
value: /config/config.yml
|
||||
value: /app/config/config.yml
|
||||
- name: QBT_LOGFILE
|
||||
value: /cache/activity.log
|
||||
value: /app/var/activity.log
|
||||
- name: QBT_LOG_LEVEL
|
||||
value: INFO
|
||||
- name: QBIT_NTFY_URL
|
||||
@@ -190,14 +190,7 @@ qbittorrent:
|
||||
advancedMounts:
|
||||
main:
|
||||
qbit-manage:
|
||||
- path: /config
|
||||
readOnly: false
|
||||
qbit-manage-config-cache:
|
||||
type: emptyDir
|
||||
advancedMounts:
|
||||
main:
|
||||
qbit-manage:
|
||||
- path: /cache
|
||||
- path: /app/config
|
||||
readOnly: false
|
||||
qbit-manage-config:
|
||||
enabled: true
|
||||
@@ -206,8 +199,17 @@ qbittorrent:
|
||||
advancedMounts:
|
||||
main:
|
||||
qbit-manage:
|
||||
- path: /config/config.yml
|
||||
- path: /app/config/config.yml
|
||||
readOnly: true
|
||||
mountPropagation: None
|
||||
subPath: config.yml
|
||||
qbit-manage-config-var:
|
||||
type: emptyDir
|
||||
advancedMounts:
|
||||
main:
|
||||
qbit-manage:
|
||||
- path: /app/var
|
||||
readOnly: false
|
||||
storage:
|
||||
type: persistentVolumeClaim
|
||||
existingClaim: qbittorrent-nfs-storage
|
||||
|
Reference in New Issue
Block a user