From 2a3463976868dea9edad2364e8652f2cbe2c1aa6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 10:44:23 +0000 Subject: [PATCH] chore(deps): update binwiederhier/ntfy docker tag to v2.9.0 (#2740) --- apps/ntfy/config.json | 4 ++-- apps/ntfy/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/ntfy/config.json b/apps/ntfy/config.json index 0f015ed1..d8f10527 100644 --- a/apps/ntfy/config.json +++ b/apps/ntfy/config.json @@ -5,8 +5,8 @@ "exposable": true, "port": 8166, "id": "ntfy", - "tipi_version": 2, - "version": "2.8.0", + "tipi_version": 3, + "version": "2.9.0", "categories": [ "utilities" ], diff --git a/apps/ntfy/docker-compose.yml b/apps/ntfy/docker-compose.yml index 15d3331c..07e0232b 100644 --- a/apps/ntfy/docker-compose.yml +++ b/apps/ntfy/docker-compose.yml @@ -3,7 +3,7 @@ version: '3.7' services: ntfy: container_name: ntfy - image: binwiederhier/ntfy:v2.8.0 + image: binwiederhier/ntfy:v2.9.0 environment: - NTFY_BASE_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN} - NTFY_UPSTREAM_BASE_URL=https://ntfy.sh