From 00c7ae3f407c125e5ef75793ae060e1089d0521c Mon Sep 17 00:00:00 2001 From: Daniel Gietmann Date: Tue, 3 Dec 2024 20:48:46 +0100 Subject: [PATCH] Updated Umami to v2.14.0 --- apps/dokploy/templates/templates.ts | 2 +- apps/dokploy/templates/umami/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/dokploy/templates/templates.ts b/apps/dokploy/templates/templates.ts index 6b7c5d6c..878d0176 100644 --- a/apps/dokploy/templates/templates.ts +++ b/apps/dokploy/templates/templates.ts @@ -380,7 +380,7 @@ export const templates: TemplateData[] = [ { id: "umami", name: "Umami", - version: "v2.12.1", + version: "v2.14.0", description: "Umami is a simple, fast, privacy-focused alternative to Google Analytics.", logo: "umami.png", diff --git a/apps/dokploy/templates/umami/docker-compose.yml b/apps/dokploy/templates/umami/docker-compose.yml index 22876210..191c4803 100644 --- a/apps/dokploy/templates/umami/docker-compose.yml +++ b/apps/dokploy/templates/umami/docker-compose.yml @@ -1,6 +1,6 @@ services: umami: - image: ghcr.io/umami-software/umami:postgresql-v2.13.2 + image: ghcr.io/umami-software/umami:postgresql-v2.14.0 restart: always healthcheck: test: ["CMD-SHELL", "curl http://localhost:3000/api/heartbeat"]