mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-07-20 10:04:08 +00:00
Merge c358263a20
into 81a486adc1
This commit is contained in:
commit
212a452790
1 changed files with 5 additions and 4 deletions
|
@ -285,6 +285,7 @@ services:
|
|||
image: binwiederhier/ntfy
|
||||
container_name: ntfy
|
||||
command:
|
||||
- ntfy
|
||||
- serve
|
||||
environment:
|
||||
- TZ=UTC # optional: set desired timezone
|
||||
|
@ -338,7 +339,7 @@ unmanned pod.
|
|||
containers:
|
||||
- name: ntfy
|
||||
image: binwiederhier/ntfy
|
||||
args: ["serve"]
|
||||
args: ["ntfy", "serve"]
|
||||
resources:
|
||||
limits:
|
||||
memory: "128Mi"
|
||||
|
@ -387,7 +388,7 @@ unmanned pod.
|
|||
containers:
|
||||
- name: ntfy
|
||||
image: binwiederhier/ntfy
|
||||
args: ["serve", "--cache-file", "/var/cache/ntfy/cache.db"]
|
||||
args: ["ntfy", "serve", "--cache-file", "/var/cache/ntfy/cache.db"]
|
||||
ports:
|
||||
- containerPort: 80
|
||||
name: http
|
||||
|
@ -422,7 +423,7 @@ unmanned pod.
|
|||
containers:
|
||||
- name: ntfy
|
||||
image: binwiederhier/ntfy
|
||||
args: ["serve"]
|
||||
args: ["ntfy", "serve"]
|
||||
resources:
|
||||
limits:
|
||||
memory: "128Mi"
|
||||
|
@ -517,7 +518,7 @@ kubectl apply -k /ntfy
|
|||
containers:
|
||||
- name: ntfy
|
||||
image: binwiederhier/ntfy:v1.28.0 # set deployed version
|
||||
args: ["serve"]
|
||||
args: ["ntfy", "serve"]
|
||||
env: #example of adjustments made in environmental variables
|
||||
- name: TZ # set timezone
|
||||
value: XXXXXXX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue