chore: upgrade to 3.1.0+2.4.0

This commit is contained in:
notplants
2026-06-09 01:17:55 +00:00
committed by notplants
parent dfed87a39f
commit 0e18e4b128
2 changed files with 7 additions and 3 deletions

View File

@ -18,12 +18,16 @@ services:
- db
db:
image: mariadb:11.8
image: mariadb:12.3
environment:
- MYSQL_ROOT_PASSWORD_FILE=/run/secrets/db_root_password
- MYSQL_PASSWORD_FILE=/run/secrets/db_password
- MYSQL_USER=kuma
- MYSQL_DATABASE=kuma
# Run mariadb-upgrade automatically when the data dir is from an older
# major version (e.g. 11.x -> 12.x). Needed because this overlay can be
# carried across MariaDB major bumps.
- MARIADB_AUTO_UPGRADE=1
volumes:
- mariadb:/var/lib/mysql
networks:

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: louislam/uptime-kuma:2.2.1
image: louislam/uptime-kuma:2.4.0
volumes:
- data:/app/data
networks:
@ -27,7 +27,7 @@ services:
#- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
- "coop-cloud.${STACK_NAME}.version=3.0.0+2.2.1"
- "coop-cloud.${STACK_NAME}.version=3.1.0+2.4.0"
- "backupbot.backup=${ENABLE_BACKUPS:-true}"
healthcheck:
test: "curl -L localhost:3001"