fixed app wallabag: dependency, description

This commit is contained in:
Markus 2025-05-09 23:35:47 +02:00
parent 625ab49578
commit 1d1da7361f
3 changed files with 1 additions and 37 deletions

View file

@ -28,7 +28,7 @@
}
},
{
"name": "wallabag-redis",
"name": "redis",
"image": "redis:alpine",
"healthCheck": {
"test": "CMD redis-cli ping",

View file

@ -1,28 +0,0 @@
services:
wallabag:
image: wallabag/wallabag
restart: unless-stopped
environment:
- SYMFONY__ENV__DATABASE_DRIVER=pdo_sqlite
- SYMFONY__ENV__DATABASE_HOST=127.0.0.1
- SYMFONY__ENV__DATABASE_NAME=wallabag
- SYMFONY__ENV__DATABASE_CHARSET=utf8mb4
- SYMFONY__ENV__MAILER_DSN=smtp://127.0.0.1
- SYMFONY__ENV__FROM_EMAIL=noreply@bitspeicher.de
- SYMFONY__ENV__DOMAIN_NAME=https://wallabag.bitspeicher.de
- SYMFONY__ENV__SERVER_NAME="Wallabag"
ports:
- "80"
volumes:
- wallabag-data:/var/www/wallabag/web/assets/images
depends_on:
- redis
redis:
image: redis:alpine
restart: unless-stopped
healthcheck:
test: ["CMD", "redis-cli", "ping"]
interval: 20s
timeout: 3s
volumes:
wallabag-data:

View file

@ -1,18 +1,10 @@
# wallabag
![CI](https://github.com/wallabag/wallabag/workflows/CI/badge.svg)
[![Matrix](https://matrix.to/img/matrix-badge.svg)](https://matrix.to/#/#wallabag:matrix.org)
[![Donation Status](https://img.shields.io/liberapay/goal/wallabag.svg?logo=liberapay)](https://liberapay.com/wallabag/donate)
[![Translation status](https://hosted.weblate.org/widgets/wallabag/-/svg-badge.svg)](https://hosted.weblate.org/engage/wallabag/?utm_source=widget)
![License](https://img.shields.io/github/license/wallabag/wallabag)
wallabag is a web application allowing you to save web pages for later reading.
Click, save and read it when you want. It extracts content so that you won't be distracted by pop-ups and cie.
You can install it on your own server, or you can create an account on [wallabag.it](https://wallabag.it).
![wallabag](./.github/images/screenshot.png)
* Website: [wallabag.org](https://wallabag.org)
* Android app: [wallabag/android-app](https://github.com/wallabag/android-app)
* iOS app: [wallabag/ios-app](https://github.com/wallabag/ios-app)