chore(deps): update binwiederhier/ntfy docker tag to v2.11.0 (#3529)

This commit is contained in:
renovate[bot] 2024-05-21 17:52:03 +00:00 committed by GitHub
parent 01dd264904
commit 06ba5b6107
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 10 deletions

View File

@ -5,19 +5,14 @@
"exposable": true, "exposable": true,
"port": 8166, "port": 8166,
"id": "ntfy", "id": "ntfy",
"tipi_version": 4, "tipi_version": 5,
"version": "2.10.0", "version": "2.11.0",
"categories": [ "categories": ["utilities"],
"utilities"
],
"description": "Send push notifications to any devices using a simple HTTP PUT or POST request.", "description": "Send push notifications to any devices using a simple HTTP PUT or POST request.",
"short_desc": "Ntfy, a simple server for sending and receiving notification messages.", "short_desc": "Ntfy, a simple server for sending and receiving notification messages.",
"author": "https://github.com/binwiederhier", "author": "https://github.com/binwiederhier",
"source": "https://github.com/binwiederhier/ntfy", "source": "https://github.com/binwiederhier/ntfy",
"website": "https://ntfy.sh/", "website": "https://ntfy.sh/",
"form_fields": [], "form_fields": [],
"supported_architectures": [ "supported_architectures": ["arm64", "amd64"]
"arm64",
"amd64"
]
} }

View File

@ -3,7 +3,7 @@ version: '3.7'
services: services:
ntfy: ntfy:
container_name: ntfy container_name: ntfy
image: binwiederhier/ntfy:v2.10.0 image: binwiederhier/ntfy:v2.11.0
environment: environment:
- NTFY_BASE_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN} - NTFY_BASE_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN}
- NTFY_UPSTREAM_BASE_URL=https://ntfy.sh - NTFY_UPSTREAM_BASE_URL=https://ntfy.sh