updated wallabag to 2.6.14

This commit is contained in:
Markus 2025-11-09 23:45:35 +01:00
parent 6ce7d34ffc
commit a4559e4638
2 changed files with 9 additions and 8 deletions

View file

@ -6,8 +6,8 @@
"dynamic_config": true, "dynamic_config": true,
"id": "wallabag", "id": "wallabag",
"description": " self hostable application for saving web pages: Save and classify articles. Read them later.", "description": " self hostable application for saving web pages: Save and classify articles. Read them later.",
"tipi_version": 1, "tipi_version": 2,
"version": "2.6.13", "version": "2.6.14",
"categories": ["utilities","media"], "categories": ["utilities","media"],
"short_desc": "read-it-later app", "short_desc": "read-it-later app",
"author": "wallabag", "author": "wallabag",
@ -16,5 +16,5 @@
"form_fields": [], "form_fields": [],
"supported_architectures": ["arm64", "amd64"], "supported_architectures": ["arm64", "amd64"],
"created_at": 1746825394706, "created_at": 1746825394706,
"updated_at": 1746825394706 "updated_at": 1762728308503
} }

View file

@ -1,8 +1,9 @@
{ {
"schemaVersion": 2,
"services": [ "services": [
{ {
"name": "wallabag", "name": "wallabag",
"image": "wallabag/wallabag:2.6.13", "image": "wallabag/wallabag:2.6.14",
"isMain": true, "isMain": true,
"environment": { "environment": {
"SYMFONY__ENV__DATABASE_DRIVER": "pdo_sqlite", "SYMFONY__ENV__DATABASE_DRIVER": "pdo_sqlite",
@ -22,16 +23,16 @@
} }
], ],
"dependsOn": { "dependsOn": {
"redis": { "valkey": {
"condition": "service_started" "condition": "service_started"
} }
} }
}, },
{ {
"name": "redis", "name": "valkey",
"image": "redis:alpine", "image": "valkey:alpine",
"healthCheck": { "healthCheck": {
"test": "CMD redis-cli ping", "test": "CMD valkey-cli ping",
"interval": "20s", "interval": "20s",
"timeout": "3s" "timeout": "3s"
} }