fix: uptime-kuma bump

This commit is contained in:
sashagoncharov19
2024-10-28 01:04:49 +00:00
parent 2821e43cdd
commit 02d52d63b9
3 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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",

View File

@@ -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