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

View file

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