mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
fix: uptime-kuma bump
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
version: "3.8"
|
version: "3.8"
|
||||||
services:
|
services:
|
||||||
gitea:
|
gitea:
|
||||||
image: gitea/gitea:1.22.2
|
image: gitea/gitea:1.22.3
|
||||||
environment:
|
environment:
|
||||||
- USER_UID=${USER_UID}
|
- USER_UID=${USER_UID}
|
||||||
- USER_GID=${USER_GID}
|
- USER_GID=${USER_GID}
|
||||||
@@ -21,7 +21,7 @@ services:
|
|||||||
- db
|
- db
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:16
|
image: postgres:17
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_USER=gitea
|
- POSTGRES_USER=gitea
|
||||||
|
|||||||
@@ -125,7 +125,7 @@ export const templates: TemplateData[] = [
|
|||||||
{
|
{
|
||||||
id: "uptime-kuma",
|
id: "uptime-kuma",
|
||||||
name: "Uptime Kuma",
|
name: "Uptime Kuma",
|
||||||
version: "1.21.4",
|
version: "1.23.15",
|
||||||
description:
|
description:
|
||||||
"Uptime Kuma is a free and open source monitoring tool that allows you to monitor your websites and applications.",
|
"Uptime Kuma is a free and open source monitoring tool that allows you to monitor your websites and applications.",
|
||||||
logo: "uptime-kuma.png",
|
logo: "uptime-kuma.png",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
version: "3.8"
|
version: "3.8"
|
||||||
services:
|
services:
|
||||||
uptime-kuma:
|
uptime-kuma:
|
||||||
image: louislam/uptime-kuma:1
|
image: louislam/uptime-kuma:1.23.15
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- uptime-kuma-data:/app/data
|
- uptime-kuma-data:/app/data
|
||||||
|
|||||||
Reference in New Issue
Block a user