Compare commits
6
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a3dd82d592 | ||
|
|
8f2427c43a | ||
|
|
a3e1bf9003 | ||
|
|
11057aaa7d | ||
|
|
345f2f620b | ||
|
|
c925f1cedc |
+5
-5
@@ -3,7 +3,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
vikunja-init:
|
||||
image: busybox:1.37.0
|
||||
image: busybox:1.38.0
|
||||
command:
|
||||
[
|
||||
"sh",
|
||||
@@ -19,7 +19,7 @@ services:
|
||||
max_attempts: 0
|
||||
|
||||
app:
|
||||
image: vikunja/vikunja:2.1.0
|
||||
image: vikunja/vikunja:2.3.0
|
||||
environment:
|
||||
- DOMAIN
|
||||
- LOG_LEVEL
|
||||
@@ -71,7 +71,7 @@ services:
|
||||
- "traefik.http.middlewares.${STACK_NAME}-redirect.redirectregex.replacement=https://${DOMAIN}$${1}"
|
||||
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
||||
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
||||
- "coop-cloud.${STACK_NAME}.version=2.0.0+2.1.0"
|
||||
- "coop-cloud.${STACK_NAME}.version=2.2.0+2.3.0"
|
||||
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
|
||||
healthcheck:
|
||||
test: ["CMD", "/healthcheck"]
|
||||
@@ -81,12 +81,12 @@ services:
|
||||
start_period: 1m
|
||||
|
||||
redis:
|
||||
image: redis:8.6.1-alpine
|
||||
image: redis:8.8.0-alpine
|
||||
networks:
|
||||
- internal
|
||||
|
||||
db:
|
||||
image: postgres:13
|
||||
image: pgautoupgrade/pgautoupgrade:17-alpine
|
||||
environment:
|
||||
POSTGRES_PASSWORD_FILE: /run/secrets/db_password
|
||||
POSTGRES_USER: vikunja
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
patch CVEs: CVE-2026-33312 and CVE-2026-29794
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user