Merge pull request #1348 from skyfall-sh/update-umami

chore: update umami to v2.16.1
This commit is contained in:
Mauricio Siu
2025-02-23 14:09:36 -06:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -426,7 +426,7 @@ export const templates: TemplateData[] = [
{ {
id: "umami", id: "umami",
name: "Umami", name: "Umami",
version: "v2.14.0", version: "v2.16.1",
description: description:
"Umami is a simple, fast, privacy-focused alternative to Google Analytics.", "Umami is a simple, fast, privacy-focused alternative to Google Analytics.",
logo: "umami.png", logo: "umami.png",

View File

@@ -1,6 +1,6 @@
services: services:
umami: umami:
image: ghcr.io/umami-software/umami:postgresql-v2.14.0 image: ghcr.io/umami-software/umami:postgresql-v2.16.1
restart: always restart: always
healthcheck: healthcheck:
test: ["CMD-SHELL", "curl http://localhost:3000/api/heartbeat"] test: ["CMD-SHELL", "curl http://localhost:3000/api/heartbeat"]