mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
Merge pull request #808 from DanielGietmann/umami-patch-1
Feat<templates>:Updated Umami to v2.14.0
This commit is contained in:
@@ -380,7 +380,7 @@ export const templates: TemplateData[] = [
|
|||||||
{
|
{
|
||||||
id: "umami",
|
id: "umami",
|
||||||
name: "Umami",
|
name: "Umami",
|
||||||
version: "v2.12.1",
|
version: "v2.14.0",
|
||||||
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",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
umami:
|
umami:
|
||||||
image: ghcr.io/umami-software/umami:postgresql-v2.13.2
|
image: ghcr.io/umami-software/umami:postgresql-v2.14.0
|
||||||
restart: always
|
restart: always
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "curl http://localhost:3000/api/heartbeat"]
|
test: ["CMD-SHELL", "curl http://localhost:3000/api/heartbeat"]
|
||||||
|
|||||||
Reference in New Issue
Block a user