Compare commits
1 Commits
70ad4fbe81
...
b19dbe8401
Author | SHA1 | Date | |
---|---|---|---|
b19dbe8401
|
@@ -26,6 +26,12 @@ audiobookshelf:
|
||||
env:
|
||||
- name: TZ
|
||||
value: US/Central
|
||||
- name: PGID
|
||||
value: "1000"
|
||||
- name: PUID
|
||||
value: "1000"
|
||||
- name: IPV4_ONLY
|
||||
value: true
|
||||
- name: APPRISE_STORAGE_MODE
|
||||
value: memory
|
||||
- name: APPRISE_STATEFUL_MODE
|
||||
@@ -38,7 +44,7 @@ audiobookshelf:
|
||||
name: audiobookshelf-apprise-config
|
||||
key: ntfy-url
|
||||
- name: ALLOWED_HOSTS
|
||||
value: localhost audiobookshelf.audiobookshelf
|
||||
value: localhost
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
|
@@ -158,6 +158,12 @@ qbittorrent:
|
||||
env:
|
||||
- name: TZ
|
||||
value: US/Central
|
||||
- name: PGID
|
||||
value: "1000"
|
||||
- name: PUID
|
||||
value: "1000"
|
||||
- name: IPV4_ONLY
|
||||
value: true
|
||||
- name: APPRISE_STORAGE_MODE
|
||||
value: memory
|
||||
- name: APPRISE_STATEFUL_MODE
|
||||
@@ -170,7 +176,7 @@ qbittorrent:
|
||||
name: qbittorrent-qbit-manage-config
|
||||
key: ntfy-url
|
||||
- name: ALLOWED_HOSTS
|
||||
value: localhost qbittorrent.qbittorrent
|
||||
value: localhost
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
|
Reference in New Issue
Block a user