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

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