diff --git a/apps/wallabag/docker-compose.json b/apps/wallabag/docker-compose.json index ae27713..52678b8 100644 --- a/apps/wallabag/docker-compose.json +++ b/apps/wallabag/docker-compose.json @@ -28,7 +28,7 @@ } }, { - "name": "wallabag-redis", + "name": "redis", "image": "redis:alpine", "healthCheck": { "test": "CMD redis-cli ping", diff --git a/apps/wallabag/docker-compose.yml b/apps/wallabag/docker-compose.yml deleted file mode 100644 index 8152b60..0000000 --- a/apps/wallabag/docker-compose.yml +++ /dev/null @@ -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: diff --git a/apps/wallabag/metadata/description.md b/apps/wallabag/metadata/description.md index e3ec9b3..ae0fdd8 100644 --- a/apps/wallabag/metadata/description.md +++ b/apps/wallabag/metadata/description.md @@ -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)